Skip to content

Commit 00907ef

Browse files
Deydra71openshift-merge-bot[bot]
authored andcommitted
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 3b713e2 commit 00907ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

templates/00-default.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ auth_type = password
6262
{{ end }}
6363
auth_url = {{ .KeystoneAuthURL }}
6464
interface = internal
65+
service_type = infra-optim
6566
region_name = {{ .Region }}
6667
{{ if .CaFilePath }}
6768
cafile = {{ .CaFilePath }}

0 commit comments

Comments
 (0)