Skip to content

Commit eed3b88

Browse files
committed
Fix Barbican templating
1 parent e859424 commit eed3b88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etc/kayobe/environments/ci-multinode/kolla/config/barbican.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ enabled_secretstore_plugins=vault_plugin
88
vault_url = https://{{ kolla_internal_vip_address }}:8200
99
use_ssl = True
1010
ssl_ca_crt_file = {% raw %}{{ openstack_cacert }}{% endraw %}
11+
1112
approle_role_id = {{ secrets_barbican_approle_role_id }}
1213
approle_secret_id = {{ secrets_barbican_approle_secret_id }}
1314
kv_mountpoint = barbican

0 commit comments

Comments
 (0)