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.
1 parent ee07cd3 commit 2c1461eCopy full SHA for 2c1461e
etc/kayobe/environments/ci-multinode/kolla/config/barbican.conf
@@ -7,7 +7,9 @@ enabled_secretstore_plugins=vault_plugin
7
[vault_plugin]
8
vault_url = https://{{ kolla_internal_vip_address }}:8200
9
use_ssl = True
10
-ssl_ca_crt_file = {% raw %}{{ openstack_cacert }}{% endraw %}
+{% raw %}
11
+ssl_ca_crt_file = {{ openstack_cacert }}
12
+{% endraw %}
13
approle_role_id = {{ secrets_barbican_approle_role_id }}
14
approle_secret_id = {{ secrets_barbican_approle_secret_id }}
15
kv_mountpoint = barbican
0 commit comments