-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat: add keycloak sso realm values #352
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 tasks
mjnagel
reviewed
Apr 18, 2024
rjferguson21
approved these changes
Apr 19, 2024
mjnagel
approved these changes
Apr 19, 2024
mjnagel
pushed a commit
that referenced
this pull request
Apr 20, 2024
🤖 I have created a release *beep* *boop* --- ## [0.20.0](v0.19.0...v0.20.0) (2024-04-20) ### Features * add keycloak sso realm values ([#352](#352)) ([74436ea](74436ea)) * add saml and attribute/mapper support for keycloak in uds pepr operator ([#328](#328)) ([c53d4ee](c53d4ee)) * enable sso for neuvector ([#351](#351)) ([597353e](597353e)) * keycloak PVC customization ([#341](#341)) ([f8eae2a](f8eae2a)) ### Bug Fixes * add nightly uds-bundle.yaml to release-please extras for updates ([#346](#346)) ([d1b3071](d1b3071)) ### Miscellaneous * **deps:** update grafana ([#339](#339)) ([52e6c1b](52e6c1b)) * **deps:** update neuvector ([#333](#333)) ([010e287](010e287)) * **deps:** update pepr ([#340](#340)) ([e71ba4a](e71ba4a)) * **deps:** update prometheus-stack ([#301](#301)) ([143eca3](143eca3)) * **deps:** update to keycloak 24 ([#336](#336)) ([1153ba0](1153ba0)) * **deps:** update uds-identity-config to 0.4.1 ([#355](#355)) ([8485931](8485931)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
rjferguson21
pushed a commit
that referenced
this pull request
Jul 11, 2024
## Description Add values for configuring google sso. Three values: * Enable SSO * SSO Client ID * SSO Client Secret Default values create the Google IDP, however it is disabled and if enabled would require client id and client secret to be added to work properly. Values put into secret and then create environment variable from those which are referenced in the uds-identity-config realm.json. A PR will be created in uds-identity-config as well for that side of this process. ## Related Issue [ uds-identity-config PR](defenseunicorns/uds-identity-config#58) ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)(https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md#submitting-a-pull-request) followed
rjferguson21
pushed a commit
that referenced
this pull request
Jul 11, 2024
🤖 I have created a release *beep* *boop* --- ## [0.20.0](v0.19.0...v0.20.0) (2024-04-20) ### Features * add keycloak sso realm values ([#352](#352)) ([74436ea](74436ea)) * add saml and attribute/mapper support for keycloak in uds pepr operator ([#328](#328)) ([c53d4ee](c53d4ee)) * enable sso for neuvector ([#351](#351)) ([597353e](597353e)) * keycloak PVC customization ([#341](#341)) ([f8eae2a](f8eae2a)) ### Bug Fixes * add nightly uds-bundle.yaml to release-please extras for updates ([#346](#346)) ([d1b3071](d1b3071)) ### Miscellaneous * **deps:** update grafana ([#339](#339)) ([52e6c1b](52e6c1b)) * **deps:** update neuvector ([#333](#333)) ([010e287](010e287)) * **deps:** update pepr ([#340](#340)) ([e71ba4a](e71ba4a)) * **deps:** update prometheus-stack ([#301](#301)) ([143eca3](143eca3)) * **deps:** update to keycloak 24 ([#336](#336)) ([1153ba0](1153ba0)) * **deps:** update uds-identity-config to 0.4.1 ([#355](#355)) ([8485931](8485931)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Add values for configuring google sso.
Three values:
Default values create the Google IDP, however it is disabled and if enabled would require client id and client secret to be added to work properly.
Values put into secret and then create environment variable from those which are referenced in the uds-identity-config realm.json. A PR will be created in uds-identity-config as well for that side of this process.
Related Issue
uds-identity-config PR
Type of change
Checklist before merging