-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Remove redundant OAuth scopes from the provider. #8031
Remove redundant OAuth scopes from the provider. #8031
Comments
Can we also remove Cloud Identity API works with the cloud-platform. Noticed this while working on unrelated task. https://developers.google.com/identity/protocols/oauth2/scopes#cloudidentity
|
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
In GoogleCloudPlatform/magic-modules#4321 we scrubbed all references to redundant OAuth scopes in examples as the current best practice is to use custom service accounts on VMs that are scoped to cloud-platform and control its access via IAM roles.
In the next major release of the provider, the default scopes that the provider uses needs to be changed as well.
terraform-provider-google/google/config.go
Line 219 in 179ede2
References
The text was updated successfully, but these errors were encountered: