-
Notifications
You must be signed in to change notification settings - Fork 426
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: extended the postgresql module to accept IAM users and services accounts #218
feat: extended the postgresql module to accept IAM users and services accounts #218
Conversation
users and services accounts.
Thanks for the PR! 🚀 |
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 @g-awmalik
users and services accounts.
…aform-google-sql-db into feature/users-iam
…aform-google-sql-db into feature/users-iam
…aform-google-sql-db into feature/users-iam
@bharathkkb - please take a look at the changes now. Thnx. |
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.
Overall LGTM
/cc @morgante for another look
…aform-google-sql-db into feature/users-iam
…aform-google-sql-db into feature/users-iam
The postgresql module has been extended to accept IAM users (both Google IDs and Service Accounts) as valid users to the database. In addition to that, this PR contains an example for provisioning IAM users and a corresponding integration test.