Skip to content

Commit 9c4db14

Browse files
committed
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 <vfisarov@redhat.com>
1 parent 6e32da0 commit 9c4db14

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

templates/barbican/config/00-default.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ project_name=service
2727
project_domain_name=Default
2828
{{- end }}
2929
interface = internal
30+
service_type = key-manager
3031
{{ if (index . "Region") -}}
3132
region_name = {{ .Region }}
3233
{{ end -}}

0 commit comments

Comments
 (0)