Skip to content

Commit

Permalink
chore: Update protos
Browse files Browse the repository at this point in the history
Signed-off-by: Oğuzhan Durgun <[email protected]>
  • Loading branch information
oguzhand95 committed Jan 15, 2024
1 parent 11e3bdb commit f173670
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 6 deletions.
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 protos/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
48 changes: 45 additions & 3 deletions src/Cerbos/Policy/V1/Output.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

88 changes: 88 additions & 0 deletions src/Cerbos/Policy/V1/Output/When.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified src/GPBMetadata/Cerbos/Policy/V1/Policy.php
Binary file not shown.

0 comments on commit f173670

Please sign in to comment.