|
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.