Skip to content

Commit 33328d9

Browse files
authored
Merge pull request #986 from stackhpc/fix-vault-backed-barbican-config
Fix Jinja templating in Barbican Vault config
2 parents 8de89d7 + 5e0dc70 commit 33328d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/source/configuration/vault.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,9 @@ Configure Barbican
296296
[vault_plugin]
297297
vault_url = https://{{ kolla_internal_vip_address }}:8200
298298
use_ssl = True
299-
ssl_ca_crt_file = {% raw %}{{ openstack_cacert }}{% endraw %}
299+
{% raw %}
300+
ssl_ca_crt_file = {{ openstack_cacert }}
301+
{% endraw %}
300302
approle_role_id = {{ secrets_barbican_approle_role_id }}
301303
approle_secret_id = {{ secrets_barbican_approle_secret_id }}
302304
kv_mountpoint = barbican

0 commit comments

Comments
 (0)