mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 09:19:39 +02:00
core/config: add kubernetes_service_account_token_file (#5322)
* core/config: add kubernetes_service_account_token_file * fix loading of token file
This commit is contained in:
parent
0e13248685
commit
27947b19cb
8 changed files with 739 additions and 712 deletions
File diff suppressed because it is too large
Load diff
|
@ -38,7 +38,7 @@ message RouteDirectResponse {
|
|||
string body = 2;
|
||||
}
|
||||
|
||||
// Next ID: 63.
|
||||
// Next ID: 65.
|
||||
message Route {
|
||||
string name = 1;
|
||||
|
||||
|
@ -103,6 +103,7 @@ message Route {
|
|||
optional bool pass_identity_headers = 25;
|
||||
|
||||
string kubernetes_service_account_token = 26;
|
||||
string kubernetes_service_account_token_file = 64;
|
||||
bool enable_google_cloud_serverless_authentication = 42;
|
||||
|
||||
envoy.config.cluster.v3.Cluster envoy_opts = 36;
|
||||
|
@ -121,9 +122,7 @@ message Route {
|
|||
bool show_error_details = 59;
|
||||
}
|
||||
|
||||
message PPLPolicy {
|
||||
bytes raw = 1;
|
||||
}
|
||||
message PPLPolicy { bytes raw = 1; }
|
||||
|
||||
message Policy {
|
||||
string id = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue