Skip to content
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

billingbudgets.googleapis.com is not enabled for infra-cicd deployment #353

Closed
jasonbisson opened this issue Feb 26, 2021 · 3 comments · Fixed by #374
Closed

billingbudgets.googleapis.com is not enabled for infra-cicd deployment #353

jasonbisson opened this issue Feb 26, 2021 · 3 comments · Fixed by #374
Assignees
Labels
v2.0 Hotlist for v2.0 release

Comments

@jasonbisson
Copy link

@bharathkkb

During the end of the shared infra-cicd deployment the billingbudget api is not enabled.

Error: Error creating Budget: googleapi: Error 403: Your application has authenticated using end user credentials from the Google Cloud SDK or Google Cloud Shell which are not supported by the billingbudgets.googleapis.com. We recommend configuring the billing/quota_project setting in gcloud or using a service account through the auth/impersonate_service_account setting. For more information about service accounts and how to use them in your application, see https://cloud.google.com/docs/authentication/.
Details:
[
{
"@type": "type.googleapis.com/google.rpc.ErrorInfo",
"domain": "googleapis.com",
"metadata": {
"consumer": "projects/xxxxxxxxxx",
"service": "billingbudgets.googleapis.com"
},
"reason": "SERVICE_DISABLED"
}
]

@bharathkkb
Copy link
Member

Could you try setting a billing/quota_project in gcloud?
gcloud auth application-default set-quota-project $PROJECT_ID

@bharathkkb bharathkkb added bug v2.0 Hotlist for v2.0 release labels Feb 26, 2021
@jasonbisson
Copy link
Author

@bharathkkb Should we just adding the billingbudgets.googleapis.com to project creation and rerun terraform steps?

@bharathkkb
Copy link
Member

fixed by #374

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v2.0 Hotlist for v2.0 release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants