Skip to content

Commit 8508e4d

Browse files
committed
Specify cert path for barbican vault plugin
1 parent 9cb39e0 commit 8508e4d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/source/configuration/vault.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ Configure Barbican
296296
[vault_plugin]
297297
vault_url = https://{{ kolla_internal_vip_address }}:8200
298298
use_ssl = True
299+
ssl_ca_crt_file = /etc/ssl/certs/ca-bundle.trust.crt
299300
approle_role_id = {{ secrets_barbican_approle_role_id }}
300301
approle_secret_id = {{ secrets_barbican_approle_secret_id }}
301302
kv_mountpoint = barbican

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ enabled_secretstore_plugins=vault_plugin
77
[vault_plugin]
88
vault_url = https://{{ kolla_internal_vip_address }}:8200
99
use_ssl = True
10+
ssl_ca_crt_file = /etc/ssl/certs/ca-bundle.trust.crt
1011
approle_role_id = {{ secrets_barbican_approle_role_id }}
1112
approle_secret_id = {{ secrets_barbican_approle_secret_id }}
1213
kv_mountpoint = barbican

0 commit comments

Comments
 (0)