Skip to content

Commit

Permalink
Configure barbican access
Browse files Browse the repository at this point in the history
Add the [barbican] settings so that all cinder services can access
barbican via its internal endpoint. Barbican is already the default
key manager.

Jira: OSPRH-1376
  • Loading branch information
ASBishop committed Dec 6, 2023
1 parent 3a2ff9d commit c0d7ae7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/cinder/config/00-global-defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ osapi_volume_workers = 4
control_exchange = openstack
api_paste_config = /etc/cinder/api-paste.ini

[barbican]
auth_endpoint = {{ .KeystoneInternalURL }}
barbican_endpoint_type = internal

[database]
connection = {{ .DatabaseConnection }}
max_retries = -1
Expand Down

0 comments on commit c0d7ae7

Please sign in to comment.