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:
Caleb Doxsey 2021-02-01 08:10:32 -07:00 committed by GitHub
parent 8e3404e7be
commit cc85ea601d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 490 additions and 406 deletions

View file

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