Skip to content

elastic/oblt-google-auth-buildkite-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Authenticate to Google Cloud from Buildkite

This is an opinionated plugin to authenticate to the elastic-observability Google Cloud project from Buildkite using Workload Identity Federation.

Properties

Name Description Required Default
lifetime The time (in seconds) the OIDC token will be valid for before expiry. Must be a non-negative integer. false 1800

Usage

steps:
  - command: |
      echo "Credentials are located at \$GOOGLE_APPLICATION_CREDENTIALS"
      gcloud container clusters list
    plugins:
      - elastic/oblt-google-auth#v1.0.0:
          lifetime: 1800 # seconds

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages