-
Notifications
You must be signed in to change notification settings - Fork 553
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 support for externally managed Group Member IDs to Vault Identity Group #1630
Conversation
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.
The initial refactoring looks good. I like your approach. I think there are a few bits more than can be done to further reduce some of the code duplication between entity_ids
and group_ids
e.g. in the CRUD funcs. Also it would be good to update to field constants whenever possible.
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.
Looking good, some comments/nits still to address.
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.
LGTM!
This PR adds a new resource
vault_identity_group_member_group_ids
that allows users to manage Group Member IDs for Identity Groups externally.Closes #1371
Output from acceptance tests: