-
Notifications
You must be signed in to change notification settings - Fork 333
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_default_groups resource for creating realm default groups #146
Conversation
I changed the example to be formatted with the canonical |
Hmm, tests are failing on |
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.
Yeah there are some flaky tests that I have a hard time reproducing locally, don't worry too much about those.
This PR looks great, nice work! I just had one nitpick comment but everything else looks great.
Also, I gave it some thought and I am not sure if I can come up with a way to actually validate the usage of keycloak_group_memberships
along with default groups, so documenting it is good enough for me.
99b2280
to
b3106c0
Compare
See keycloak#144 Not part of the default groups feature but an unrelated bugfix. Eventually this will be updated to use partial state rather than blow up.
b3106c0
to
efbac17
Compare
Had to force push to get rid of an accidentally commited update to the |
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.
thanks for the PR!
Thanks for the review and for merging! 🎉 |
Summary
This PR adds a new
keycloak_default_groups
resource which allows you to manage default groups for a realm.Closes #144
Closes #145
TODO