{
  "name": "gcp/credentials",
  "version": 1,
  "title": "Google Cloud — application default credentials",
  "keys": {
    "GOOGLE_APPLICATION_CREDENTIALS": {
      "required": true,
      "sensitivity": "secret",
      "obtain": "https://console.cloud.google.com/",
      "description": "A path to a service account JSON key, not the key itself, which is why the file beside it matters as much as this value. Google says a compromised service account key is usable by an attacker with nothing else, and to rotate keys. Replace by creating a key and deleting the old."
    }
  }
}
