Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

setup.sh enables Cloud APIs that are not required by all deployments #250

@stewartmiles

Description

@stewartmiles

REQUIRED_APIS="cloudbuild.googleapis.com cloudfunctions.googleapis.com container.googleapis.com endpoints.googleapis.com iap.googleapis.com monitoring.googleapis.com redis.googleapis.com sourcerepo.googleapis.com"
enables a load of Cloud APIs that are not required by default:

  • Cloud Build (cloudbuild.googleapis.com): Only required if GAE is enabled via scripts/manage/add_gae_account.sh.
  • Endpoints (endpoints.googleapis.com): Only required if the API endpoint is not customized (i.e IAP) in scripts/expose/configure_endpoint.sh.
  • IAP (iap.googleapis.com): Only required if IAP isn't being used to expose Spinnaker in scripts/expose/configure_endpoint.sh.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions