Skip to content

Commit

Permalink
Merge pull request #318 from stuggi/tls_public_endpoint
Browse files Browse the repository at this point in the history
use internal endpoint for admin client
  • Loading branch information
openshift-ci[bot] authored Oct 3, 2023
2 parents c9b4366 + 6a3a240 commit 508b207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1beta1/keystoneapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func GetAdminServiceClient(
keystoneAPI *KeystoneAPI,
) (*openstack.OpenStack, ctrl.Result, error) {
// get public endpoint as authurl from keystone instance
authURL, err := keystoneAPI.GetEndpoint(endpoint.EndpointPublic)
authURL, err := keystoneAPI.GetEndpoint(endpoint.EndpointInternal)
if err != nil {
return nil, ctrl.Result{}, err
}
Expand Down

0 comments on commit 508b207

Please sign in to comment.