Skip to content

Commit 9f9d404

Browse files
committed
vault: Use internal FQDN for barbican -> Vault communication
Typically the certificate is only valid for the FQDN. This will not cause a problem usually because the internal API generally uses the VIP directly rather than an FQDN.
1 parent 8dbfc78 commit 9f9d404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/configuration/vault.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ Configure Barbican
347347
enabled_secretstore_plugins=vault_plugin
348348
349349
[vault_plugin]
350-
vault_url = https://{{ kolla_internal_vip_address }}:8200
350+
vault_url = https://{{ kolla_internal_fqdn }}:8200
351351
use_ssl = True
352352
{% raw %}
353353
ssl_ca_crt_file = {{ openstack_cacert }}

0 commit comments

Comments
 (0)