Skip to content
Snippets Groups Projects
Commit f81aee50 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Fix Barbican client (Castellan) with TLS"

parents ac41906d 0e9a81fd
No related branches found
No related tags found
No related merge requests found
......@@ -206,6 +206,8 @@ connection_string = {{ osprofiler_backend_connection_string }}
{% if enable_barbican | bool %}
[barbican]
auth_endpoint = {{ keystone_internal_url }}
barbican_endpoint_type = internal
verify_ssl_path = {{ openstack_cacert }}
{% endif %}
[coordination]
......
......@@ -124,3 +124,10 @@ trace_sqlalchemy = true
hmac_keys = {{ osprofiler_secret }}
connection_string = {{ osprofiler_backend_connection_string }}
{% endif %}
{% if enable_barbican | bool %}
[barbican]
auth_endpoint = {{ keystone_internal_url }}
barbican_endpoint_type = internal
verify_ssl_path = {{ openstack_cacert }}
{% endif %}
......@@ -196,5 +196,6 @@ connection_string = {{ osprofiler_backend_connection_string }}
{% if enable_barbican | bool %}
[barbican]
auth_endpoint = {{ keystone_internal_url }}
cafile = {{ openstack_cacert }}
barbican_endpoint_type = internal
verify_ssl_path = {{ openstack_cacert }}
{% endif %}
---
fixes:
- |
Fix Castellan (Barbican client) when used with enabled TLS.
`LP#1886615 <https://bugs.launchpad.net/kolla-ansible/+bug/1886615>`__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment