Skip to content

Commit

Permalink
Removing the quotes around client auth enabled (#7786)
Browse files Browse the repository at this point in the history
Co-authored-by: dsouza550 <dsouza550>
  • Loading branch information
dsouza93 committed Sep 7, 2023
1 parent ac09159 commit b9839c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"plugin_config" : {{ to_plugin_config | to_nice_json(indent=2) }},
"traffic_vault_backend": "{{ to_traffic_vault_backend }}",
"tls_config": {
"ClientAuth": "{{ to_go_client_auth_enabled }}"
"ClientAuth": {{ to_go_client_auth_enabled }}
},
"traffic_vault_config": {
{% if to_traffic_vault_backend == "postgres" %}
Expand Down

0 comments on commit b9839c2

Please sign in to comment.