Skip to content

Commit

Permalink
Barbican integration
Browse files Browse the repository at this point in the history
This patch allows to configure glance with barbican that is now
available by default in the ctlplane.

Signed-off-by: Francesco Pantano <[email protected]>
  • Loading branch information
fmount committed Dec 8, 2023
1 parent b3d8536 commit 90b7791
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/glance/config/00-config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ use_keystone_limits = {{ .QuotaEnabled }}
[oslo_limit]
password = {{ .ServicePassword }}

[key_manager]
backend = barbican

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

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

0 comments on commit 90b7791

Please sign in to comment.