README.md
This buildpack installs a pinned version of the Google Cloud SDK. During install, it generates a google-credentials.json file in the build directory, and generates a heroku-google-cloud.sh script in .profile.d which activates the Google service account with this credentials file upon server startup.
This script generates a credentials file using the following environment variables. If they're not present, the Google Cloud SDK will be installed, but this buildpack won't generate the credentials file or set the SDK to auth on server startup:
GOOGLE_TYPEGOOGLE_PROJECT_IDGOOGLE_PRIVATE_KEY_IDGOOGLE_PRIVATE_KEYGOOGLE_CLIENT_EMAILGOOGLE_CLIENT_IDGOOGLE_AUTH_URIGOOGLE_TOKEN_URIGOOGLE_AUTH_PROVIDER_CERTGOOGLE_CLIENT_CERTFor new applications:
For existing applications: