We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8de89d7 + 5e0dc70 commit 33328d9Copy full SHA for 33328d9
doc/source/configuration/vault.rst
@@ -296,7 +296,9 @@ Configure Barbican
296
[vault_plugin]
297
vault_url = https://{{ kolla_internal_vip_address }}:8200
298
use_ssl = True
299
- ssl_ca_crt_file = {% raw %}{{ openstack_cacert }}{% endraw %}
+ {% raw %}
300
+ ssl_ca_crt_file = {{ openstack_cacert }}
301
+ {% endraw %}
302
approle_role_id = {{ secrets_barbican_approle_role_id }}
303
approle_secret_id = {{ secrets_barbican_approle_secret_id }}
304
kv_mountpoint = barbican
0 commit comments