You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ability to add an existing IAM principal as user on the Cloud SQL instances.
ISSUE TYPE
Feature Idea
COMPONENT NAME
google.cloud.gcp_sql_user module
ADDITIONAL INFORMATION
Actually only standard MySQL users with built-in authentication can be created.
There should be the possibility to add a Cloud IAM principal for the authentication to the MySQL user
And also add the possibility to assign privileges ad the community.mysql.mysql_user module does with the priv parameter
SUMMARY
Ability to add an existing IAM principal as user on the Cloud SQL instances.
ISSUE TYPE
COMPONENT NAME
google.cloud.gcp_sql_user module
ADDITIONAL INFORMATION
Actually only standard MySQL users with built-in authentication can be created.
There should be the possibility to add a Cloud IAM principal for the authentication to the MySQL user
And also add the possibility to assign privileges ad the
community.mysql.mysql_user
module does with thepriv
parameterFor example:
References:
https://docs.ansible.com/ansible/latest/collections/google/cloud/gcp_sql_user_module.html
https://docs.ansible.com/ansible/latest/collections/community/mysql/mysql_user_module.html#ansible-collections-community-mysql-mysql-user-module
https://cloud.google.com/sql/docs/mysql/add-manage-iam-users
https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory
The text was updated successfully, but these errors were encountered: