GCP Secret Manager
TokenTimer uses the Secret Manager REST API v1 to discover secrets with expiration dates from Google Cloud Secret Manager.
Project ID: your GCP project ID (for example my-project-123456)
Credential setup
Option 1 (recommended): service account
- GCP Console → IAM & Admin → Service Accounts → Create
- Assign the role
Secret Manager Secret Accessor - Create and download a JSON key file
- Get a token:
gcloud auth application-default print-access-token - Revoke after use. The token is used once and never stored.