Skip to content
Snippets Groups Projects
Commit 43ff2027 authored by Francisco Borges Aurindo Barros's avatar Francisco Borges Aurindo Barros
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent b1905966
No related branches found
No related tags found
1 merge request!20WIP: Update reconcile loop to check Secret instead of provisionStatus on ApplicationRegistration
Pipeline #9294754 passed
...@@ -51,7 +51,7 @@ func (r *GitlabPagesSiteReconciler) getOidcSecret(ctx context.Context, gitlabPag ...@@ -51,7 +51,7 @@ func (r *GitlabPagesSiteReconciler) getOidcSecret(ctx context.Context, gitlabPag
return nil, err return nil, err
} }
err := fmt.Errorf("ApplicationRegistration %v still doesn't have ProvisioningStatus set to Created", appReg.Name) err := fmt.Errorf("ApplicationRegistration %v still doesn't have ClientCredentialsSecret status set to 'oidc-client-secret'", appReg.Name)
r.logger.Info(err.Error()) r.logger.Info(err.Error())
return nil, err return nil, err
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment