-
Notifications
You must be signed in to change notification settings - Fork 20
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(seeding-job)!: enable realm import with dynamic config #141
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
spec: | ||
restartPolicy: Never | ||
containers: | ||
- name: {{ include "sharedidp.fullname" . }}-realm-seeding |
Check warning
Code scanning / SonarCloud
Storage limits should be enforced
<!--SONAR_ISSUE_KEY:AZBbNzFtf-N3-JRK2R3j-->Specify a storage limit for this container. <p>See more on <a href="https://sonarcloud.io/project/issues?id=eclipse-tractusx_portal-iam&issues=AZBbNzFtf-N3-JRK2R3j&open=AZBbNzFtf-N3-JRK2R3j&pullRequest=141">SonarCloud</a></p>
Quality Gate passedIssues Measures |
evegufy
force-pushed
the
feat/86-seed-variables-secrets
branch
from
September 17, 2024 14:00
fb4c010
to
d17cc17
Compare
- remove realm import with Dkeycloak.migration.action=import - start enabling of CX-Central realm import with seeding job (up to now the seeding job was only used when upgrading the realm config) - start enabling of client secret seeding
to avoid running into "field is immutable" error
improve secrets remove excludedUserAttributes, not needed anymore increase resource settings update docs
for easier configurability
evegufy
changed the title
feat: change realm import to enable dynamic config
feat(seeding-job)!: enable realm import with dynamic configuration
Oct 2, 2024
for tls at keycloak service
Quality Gate passedIssues Measures |
evegufy
changed the title
feat(seeding-job)!: enable realm import with dynamic configuration
feat(seeding-job)!: enable realm import with dynamic config
Oct 7, 2024
ntruchsess
approved these changes
Oct 7, 2024
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
BEGIN_COMMIT_OVERRIDE
feat(seeding-job)!: enable seeding job for realm import and upgrade with dynamic configuration of redirect urls, client secrets, etc. for centralidp and sharedidp - previously only used for upgrading the CX-Central realm configuration for centralidp
feat(bpdm): consolidate description of new service accounts in centralidp
feat: improve secret handling and remove obsolete secrets
feat: move to standalone architecture for database dependency
feat: set default replica count to 1
chore: update chart testing
END_COMMIT_OVERRIDE
Why
#86
Checklist