Skip to content

Commit

Permalink
Remove old endpoint generation
Browse files Browse the repository at this point in the history
  • Loading branch information
d34dh0r53 committed Nov 26, 2024
1 parent 5200abf commit 42e057f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions controllers/keystoneapi_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -1214,8 +1214,6 @@ func (r *KeystoneAPIReconciler) generateServiceConfigMaps(
}

federationParameters := map[string]interface{}{
// "federationTrustedDashboard": fmt.Sprintf("https://%s-%s.%s.svc/dashboard/auth/websso/",
// instance.Name, service.EndpointPublic, instance.Namespace),
"federationTrustedDashboard": fmt.Sprintf("%s/dashboard/auth/websso/",
endpointPublic),
"federationRemoteIDAttribute": instance.Spec.OIDCFederation.RemoteIDAttribute,
Expand Down

0 comments on commit 42e057f

Please sign in to comment.