-
Notifications
You must be signed in to change notification settings - Fork 23
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): make seeder configureable #1174
Conversation
a427a48
to
26d3f48
Compare
26d3f48
to
aae78ae
Compare
src/keycloak/Keycloak.Seeding/BusinessLogic/ClientScopesUpdater.cs
Outdated
Show resolved
Hide resolved
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.
Since 26ac07f, this configuration doesn't work anymore, for instance the cx-admin role isn't imported anymore, it works with the commit before 210bfb3
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.
I tested now everything successfully 👍
src/keycloak/Keycloak.Seeding/Extensions/SeederConfigurationExtensions.cs
Fixed
Show fixed
Hide fixed
tests/keycloak/Keycloak.Seeding.Tests/Extensions/KeycloakRealmSettingsTests.cs
Fixed
Show fixed
Hide fixed
tests/keycloak/Keycloak.Seeding.Tests/Extensions/KeycloakRealmSettingsTests.cs
Fixed
Show fixed
Hide fixed
tests/keycloak/Keycloak.Seeding.Tests/Extensions/KeycloakRealmSettingsTests.cs
Fixed
Show fixed
Hide fixed
tests/keycloak/Keycloak.Seeding.Tests/Extensions/KeycloakRealmSettingsTests.cs
Fixed
Show fixed
Hide fixed
tests/keycloak/Keycloak.Seeding.Tests/Extensions/KeycloakRealmSettingsTests.cs
Fixed
Show fixed
Hide fixed
tests/keycloak/Keycloak.Seeding.Tests/Extensions/KeycloakRealmSettingsTests.cs
Fixed
Show fixed
Hide fixed
tests/keycloak/Keycloak.Seeding.Tests/Extensions/KeycloakRealmSettingsTests.cs
Fixed
Show fixed
Hide fixed
tests/keycloak/Keycloak.Seeding.Tests/Extensions/KeycloakRealmSettingsTests.cs
Fixed
Show fixed
Hide fixed
tests/keycloak/Keycloak.Seeding.Tests/Extensions/KeycloakRealmSettingsTests.cs
Fixed
Show fixed
Hide fixed
|
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.
tested again, looks good 👍
Description
Add configuration to disable specific seeded values in the keycloak seeder
Why
To be able to seed only wanted values
Issue
Refs: #1172
Corresponding CD PR
eclipse-tractusx/portal-iam#234
Checklist