mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 16:59:22 +02:00
policy: add new certificate-authority option for downstream mTLS client certificates (#1835)
* policy: add new certificate-authority option for downstream mTLS client certificates * update proto, docs
This commit is contained in:
parent
8e3404e7be
commit
cc85ea601d
15 changed files with 490 additions and 406 deletions
|
@ -68,6 +68,8 @@ message Route {
|
|||
string tls_client_key = 19;
|
||||
string tls_client_cert_file = 20;
|
||||
string tls_client_key_file = 21;
|
||||
string tls_downstream_client_ca = 38;
|
||||
string tls_downstream_client_ca_file = 39;
|
||||
|
||||
map<string, string> set_request_headers = 22;
|
||||
repeated string remove_request_headers = 23;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue