-
Notifications
You must be signed in to change notification settings - Fork 16
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
403 Error unable to authenticate provider #94
Comments
I tested it and it works for me. I also encourage you to use service account impersonation to get rid of SA key files. More infos: |
Thanks for responding so quickly! Also tried using In all cases 403 is returned. Also tried setting When I'm not sure what else to try at this point. Are there any other log files? |
No. TF_LOG is the only log available as far as I know. |
Thanks for the response. |
I am out of ideas. When using a JSON key, the provider passes the key down into standard Google auth libraries to get a JWT token. It is using that key to do APi calls. Nothing really which can fail here. I am out of ideas. |
I have created a service account as follows
Downloaded JSON key, and configured provider as follows
When attempting to create any Netapp resource a 403 error is immediately returned.
This is the resource I'm trying to create
What permissions need to be set in order for the provider to work?
The text was updated successfully, but these errors were encountered: