Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ EXT_DIR := ./.ext
EXT_BIN_DIR := ${EXT_DIR}/bin
EXT_TMP_DIR := ${EXT_DIR}/tmp

SVU_VER := 2.2.0
BUF_VER := 1.50.0
SVU_VER := 3.2.3
BUF_VER := 1.54.0

PROJECT := access

Expand Down
2 changes: 1 addition & 1 deletion proto/access/v1/access.proto
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@

// https://openid.github.io/authzen/#name-access-evaluations-api-resp
message EvaluationsResponse {
repeated EvaluationResponse decisions = 1;
repeated EvaluationResponse evaluations = 1;

Check failure on line 156 in proto/access/v1/access.proto

View workflow job for this annotation

GitHub Actions / buf

Field "1" on message "EvaluationsResponse" changed name from "decisions" to "evaluations".

Check failure on line 156 in proto/access/v1/access.proto

View workflow job for this annotation

GitHub Actions / buf

Field "1" with name "evaluations" on message "EvaluationsResponse" changed option "json_name" from "decisions" to "evaluations".
}

// https://openid.github.io/authzen/#name-the-subject-search-api-requ
Expand Down
Loading