From 90b77910bbdeb6706dc5bd8df216bc0b5d107221 Mon Sep 17 00:00:00 2001 From: Francesco Pantano Date: Tue, 28 Nov 2023 22:40:34 +0100 Subject: [PATCH] Barbican integration This patch allows to configure glance with barbican that is now available by default in the ctlplane. Signed-off-by: Francesco Pantano --- templates/glance/config/00-config.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/glance/config/00-config.conf b/templates/glance/config/00-config.conf index 50fc7de1..5804c863 100644 --- a/templates/glance/config/00-config.conf +++ b/templates/glance/config/00-config.conf @@ -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