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

Added tip to GCP guide about enabling required cloud api on projects while creating service accounts #2074

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

oiadebayo
Copy link
Member

@oiadebayo oiadebayo commented Feb 26, 2025

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

  • GCP Installation (/build-your-software-catalog/sync-data-to-catalog/cloud-providers/gcp/installation)

Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-2074.d2ngvl90zqbob8.amplifyapp.com

Copy link
Member

@mk-armah mk-armah left a 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

Comment on lines 3 to 7
:::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).
:::

Copy link
Member

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

@oiadebayo oiadebayo changed the title Added tip to GCP guide about enabling cloud quotas api on projects while creating service accounts Added tip to GCP guide about enabling required cloud api on projects while creating service accounts Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants