From b181a4e1e0af86035e744ffc77427b58a3263ab9 Mon Sep 17 00:00:00 2001 From: Veronika Fisarova Date: Thu, 25 Jun 2026 09:47:13 +0200 Subject: [PATCH] Set service_type in [keystone_authtoken] for access rule validation Without service_type configured, keystonemiddleware cannot validate application credentials with custom access rules, causing HTTP 401 for end users. Closes: OSPRH-22365 Signed-off-by: Veronika Fisarova --- templates/manila/config/00-config.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/manila/config/00-config.conf b/templates/manila/config/00-config.conf index 09868b2d5..c8c01abd5 100644 --- a/templates/manila/config/00-config.conf +++ b/templates/manila/config/00-config.conf @@ -45,6 +45,7 @@ user_domain_name = Default project_name = service {{- end }} interface = internal +service_type = sharev2 {{ if (index . "Region") -}} region_name = {{ .Region }} {{ end -}}