-
Notifications
You must be signed in to change notification settings - Fork 25
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
Error 403: Your application is authenticating by using local Application Default Credentials #25
Comments
Hey @natea - are you running this using a project with billing enabled on it? or is it a free trial project? |
Hello! I am experiencing the same issue. I did all kind of test and search, but it's still saying the service is disabled. I can create an inspect template properly from the Google cloud console. Any ideas to test it? |
Billing is enabled for the project.
Nate Aune - ***@***.***
http://www.nateaune.com
+1 (617) 517-4953
Sent via Superhuman iOS ( ***@***.*** )
…On Fri, Jul 19 2024 at 10:50 AM, Pipe Martina < ***@***.*** > wrote:
Hey @natea ( https://github.com/natea ) - are you running this using a
project with billing enabled on it? or is it a free trial project?
—
Reply to this email directly, view it on GitHub (
#25 (comment)
) , or unsubscribe (
https://github.com/notifications/unsubscribe-auth/AAA5BSF2YIR2JNRSRNEA35TZNERVBAVCNFSM6AAAAABLBAGM3OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZZGM4TKMJYGY
).
You are receiving this because you were mentioned. Message ID: <GoogleCloudPlatform/dlp-pdf-redaction/issues/25/2239395186
@ github. com>
|
We did run into this issue as well and got resolved by adding the
See for reference describing a similar issue, but with another GCP service: |
Hey @jayBana thanks for chiming in and sharing the work around. Would you say we should add those two settings to the provider by default? @natea @flolopdel - can you please confirm if the change above fixes the problem for you? If so then I can go ahead and merge those changes to make it the default. PS: Apologies for the slow reply in here. |
I'm trying to run the command:
terraform -chdir=terraform apply -auto-approve
and the following error is occurring:I then followed the suggested help doc https://cloud.google.com/docs/authentication/adc-troubleshooting/user-creds where it suggests to run the command
gcloud auth application-default set-quota-project YOUR_PROJECT
So I ran that command with my project name.
But I get the same error as before. Any ideas what might be going wrong?
The text was updated successfully, but these errors were encountered: