Skip to content

Commit

Permalink
docs: fix indentation in SDS example 2 (#14965)
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Barrella <[email protected]>
  • Loading branch information
tbarrella authored Feb 10, 2021
1 parent 8effcef commit d84dbd8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/root/configuration/security/secret.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,17 +173,17 @@ This example shows how to configure secrets fetched from remote SDS servers:
name: envoy.transport_sockets.tls
typed_config:
"@type": type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext
common_tls_context:
tls_certificate_sds_secret_configs:
- name: client_cert
sds_config:
resource_api_version: V3
api_config_source:
api_type: GRPC
transport_api_version: V3
grpc_services:
google_grpc:
target_uri: unix:/tmp/uds_path
common_tls_context:
tls_certificate_sds_secret_configs:
- name: client_cert
sds_config:
resource_api_version: V3
api_config_source:
api_type: GRPC
transport_api_version: V3
grpc_services:
google_grpc:
target_uri: unix:/tmp/uds_path
listeners:
....
filter_chains:
Expand Down

0 comments on commit d84dbd8

Please sign in to comment.