-
Notifications
You must be signed in to change notification settings - Fork 92
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
deprecate groups argument #295
Conversation
Deprecate the `groups` arugment for eventual removal. End users should use `postgresql_membership` instead to alter which groups/roles a db user belongs to. Spawned from #277 Signed-off-by: Douglas J Hunley <doug.hunley@gmail.com>
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.
@hunleyd thanks for the PR!
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
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
Backport to stable-1: 💚 backport PR created✅ Backport PR branch: Backported as #298 🤖 @patchback |
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru> (cherry picked from commit fd11383)
SUMMARY
Deprecate the
groups
arugment for eventual removal. End users shoulduse
postgresql_membership
instead to alter which groups/roles a dbuser belongs to.
Spawned from #277
ISSUE TYPE
COMPONENT NAME
postgresql_user