mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 00:40:25 +02:00
config: add source ppl field (#5419)
This commit is contained in:
parent
21b9e7890c
commit
c571769adc
3 changed files with 546 additions and 526 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue