Skip to content

Commit

Permalink
feat(guardian): add title and created by in policy
Browse files Browse the repository at this point in the history
Signed-off-by: Kush Sharma <[email protected]>
  • Loading branch information
kushsharma committed Nov 14, 2023
1 parent de94582 commit 0568961
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions raystack/guardian/v1beta1/guardian.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1354,6 +1354,8 @@ message Policy {
IAM iam = 9;

PolicyAppealConfig appeal = 10;
string title = 11;
string created_by = 12;
}

message AppealOptions {
Expand Down

0 comments on commit 0568961

Please sign in to comment.