Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update protos #121

Merged
merged 2 commits into from
Jan 15, 2024
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 buf.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ deps:
- remote: buf.build
owner: cerbos
repository: cerbos-api
commit: f68054407be34c5f9de72b58253186b2
digest: shake256:34807b5aa37ddd25985d781c0ff91f4e6c130eb265d84f785f2e23185660a8192cb7107fad21c1bc51ed92b04ab59ce1ef036ea459d058de01a1907f4ce6aec3
commit: 75004b0044b24782a2000dbf4f395cd1
digest: shake256:e11642fbe5550cae550115f8a857a89726d373f79766d82bcaea41c88d3436c12fb953d7af5a4eed18e5feffd3ea80ae072ca42f70aceea019eb046be09d833d
- remote: buf.build
owner: googleapis
repository: googleapis
Expand Down
8 changes: 7 additions & 1 deletion proto/cerbos/policy/v1/policy.proto
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,13 @@ message Match {
}

message Output {
string expr = 1;
message When {
string rule_activated = 1;
string condition_not_met = 2;
}

string expr = 1 [deprecated = true];
When when = 2;
}

message Schemas {
Expand Down
Loading
Loading