config: add source ppl field (#5419)

This commit is contained in:
Caleb Doxsey 2025-01-14 10:13:56 -07:00 committed by GitHub
parent 21b9e7890c
commit c571769adc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 546 additions and 526 deletions

View file

@ -141,6 +141,7 @@ message Policy {
repeated string allowed_domains = 5;
map<string, google.protobuf.ListValue> allowed_idp_claims = 7;
repeated string rego = 6;
optional string source_ppl = 10;
string explanation = 8;
string remediation = 9;