mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 08:19:23 +02:00
config: add runtime flags (#5050)
This commit is contained in:
parent
be9bfd9c3f
commit
e7b3d3b6e9
11 changed files with 372 additions and 214 deletions
|
@ -133,7 +133,7 @@ message Policy {
|
|||
string remediation = 9;
|
||||
}
|
||||
|
||||
// Next ID: 118.
|
||||
// Next ID: 119.
|
||||
message Settings {
|
||||
message Certificate {
|
||||
bytes cert_bytes = 3;
|
||||
|
@ -240,6 +240,7 @@ message Settings {
|
|||
optional string favicon_url = 90;
|
||||
optional string error_message_first_paragraph = 91;
|
||||
optional bool pass_identity_headers = 117;
|
||||
map<string, bool> runtime_flags = 118;
|
||||
}
|
||||
|
||||
message DownstreamMtlsSettings {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue