-
Notifications
You must be signed in to change notification settings - Fork 59
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
Google cloud sql iam auth login isn't working with datagrip and google cloud code plugin #3166
Comments
Thanks for the report @its-raj21! We do have an option to connect using Private IP Does it help or you are always required to enter password when using Cloud Code connection? |
|
Thanks @its-raj21! We will look into adding support for IAM auth in Cloud Code and let you know. |
I face the same issue. Any guidance available ? |
There is no near term plan to add this yet, but we will increase the priority on this item. |
HI Team,
IDE: Datagrip
DB: mysql 8
I'm able to connect to google cloud sql using cloud iam auth with cloud proxy using the following command.
cloud-sql-proxy -i --private-ip
Then in datagrid datasource, just user username without password.
But I really didn't find any option to enable Automatic IAM Authentication with cloud code plugin.
When I tried to use my IAM id, I always get the following error.
SSL connection required for plugin "mysql_clear_password". Check if 'sslMode' is enabled.
I tried all possible solution from internet, I didn't help. As per my understanding automatic iam authentication isn't enabled with cloud code.
Please assist.
Regards,
Raj
The text was updated successfully, but these errors were encountered: