52444cf3c8
This allows barbican to consume TLS openstack endpoints. Jobs consume openstack endpoints, typically identity endpoints. And barbican itself interact with other openstack services via endpoints. Change-Id: I890f909fc6466b696ee64aa7dfdd528934fccb2d
13 lines
193 B
YAML
13 lines
193 B
YAML
---
|
|
endpoints:
|
|
identity:
|
|
auth:
|
|
admin:
|
|
cacert: /etc/ssl/certs/openstack-helm.crt
|
|
barbican:
|
|
cacert: /etc/ssl/certs/openstack-helm.crt
|
|
|
|
tls:
|
|
identity: true
|
|
...
|