-
Notifications
You must be signed in to change notification settings - Fork 53
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
Added tip to GCP guide about enabling required cloud api on projects while creating service accounts #2074
base: main
Are you sure you want to change the base?
Conversation
This pull request is automatically being deployed by Amplify Hosting (learn more). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Cloud Quotas can recommended to be enabled, but not a strict requirement, lets be clear on that.
Resources that must strictly be enabled include
- Cloud Asset API
- Pub Sub API (Optional, if the user intends to query topic or subscription)
- Cloud Resource Manager API (For projects, folders, etc)
Please verify and communicate in the docs accordingly
:::tip Enable Cloud Quotas API | ||
To avoid permission issues while running the GCP integration, make sure the Cloud Quotas API is enabled in your project. | ||
You can enable it by following the instructions in [this guide](https://cloud.google.com/docs/quotas/development-environment). | ||
::: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Cloud Quotas API doesn't cause much problems if its disabled, there is a fallback mechanism in place to account for this..
Lets communicate this effectively
…ing-cloud-quotas-API
…ing-cloud-quotas-API
…ing-cloud-quotas-API
…ing-cloud-quotas-API
Description
Added a note in the installation guide of GCP integration (within the "Creating a service account" section) to ask users to enable the required Cloud API for the project while setting up the integration
Updated docs pages
Please also include the path for the updated docs
/build-your-software-catalog/sync-data-to-catalog/cloud-providers/gcp/installation
)