-
Notifications
You must be signed in to change notification settings - Fork 578
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
Support postgres_privs module #181
Conversation
I wanted to check in to see if we can get this merged? Thanks! |
This looks like a great addition! CWGTM? |
Thanks! That'd be great. |
Any progress on this? I need it to create read-only users. |
@@ -1,5 +1,10 @@ | |||
# file: postgresql/tasks/users_privileges.yml | |||
|
|||
- name: PostgreSQL | Ensure PostgreSQL is running |
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.
Why you want to check postgresql status here? It's not a task about privileges.
Is this the same as #134? Which one should be merged? |
Is there any updates on this PR? I was thinking about making pretty much the same PR before i discovered this one got stuck. |
This pr has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution! |
This pr has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details. |
Addresses #175 to use the builtin postgresql_privs module to grant and revoke privileges on objects and schemas.