config: add runtime flags (#5050)

This commit is contained in:
Denis Mishin 2024-04-04 17:51:04 -04:00 committed by GitHub
parent be9bfd9c3f
commit e7b3d3b6e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 372 additions and 214 deletions

View file

@ -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 {