-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add keycloak operator and instance #30
base: main
Are you sure you want to change the base?
Conversation
path: /spec/realm/clients/3/redirectUris | ||
value: | ||
- 'http://localhost:8080/*' | ||
# - 'https://keycloak-composer-ai-keycloak.apps-crc.testing/*' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we be using this comment value by default? And then commenting out localhost so it works when deployed to openshift?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This redirect url here would be the location of the redirect for the app trying to login. It probably wouldn't hurt to change it to something like quarkus-llm-router-composer-ai-keycloak.apps-crc.testing for better clairity.
components/operators/rhsso/out.json
Outdated
@@ -0,0 +1,22 @@ | |||
[ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this an accidental checkin?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, removed.
Change Keycloak oidc to service account Add scripting to update keycloak idp with oidc secret Change job to sync wave instead of posthook Update script and job Try to make keycloak job a hook Parameterize vars Demonstrate patching resources for urls Add simple keycloak install and update readme Restructuring keycloak to rhsso and cleanup Update rhsso README Remove test applications from rhsso Remove extraneous file
f382791
to
ca84bfb
Compare
Looks ok to me for now. |
No description provided.