Use the correct endpoint for OpenID connect configuration
The endpoint for the public is incorrectly listed as admin_endpoint, this patch resolves this issue. Change-Id: I3b97014cea953fa522718bb1c42054b60ad81e82
This commit is contained in:
parent
3ceb12fd98
commit
142beea348
@ -121,7 +121,7 @@ class keystone::federation::openidc (
|
||||
if $main_port {
|
||||
keystone::federation::openidc_httpd_configuration{ 'main':
|
||||
port => $::keystone::public_port,
|
||||
keystone_endpoint => $::keystone::admin_endpoint,
|
||||
keystone_endpoint => $::keystone::public_endpoint,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user