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

Allow Gyro to enable API's #247

Open
tloisel1 opened this issue Dec 2, 2022 · 1 comment
Open

Allow Gyro to enable API's #247

tloisel1 opened this issue Dec 2, 2022 · 1 comment
Labels
Enhancement New feature or request

Comments

@tloisel1
Copy link
Member

tloisel1 commented Dec 2, 2022

GCP requires services are enabled before they are set to be in use. When running gyro up for the first time, we encounter errors such as:

Identity and Access Management (IAM) API has not been used in project xxxxxxxxxxxxx before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/iam.googleapis.com/overview?project=xxxxxxxxxxxxx then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.

This requires enabling in the console, and isn't ideal for starting up new projects.

We should have a way to enable GCP API's through Gyro so this isn't such a manual process

@deepanjan90 deepanjan90 added the Enhancement New feature or request label Dec 2, 2022
@deepanjan90
Copy link
Contributor

Docs for implementation ref: https://cloud.google.com/service-usage/docs/libraries#java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants