(add-assume-role-creds handler)
get Atomist AWS creds - these are the creds we'll use to call AssumeRole
get Atomist AWS creds - these are the creds we'll use to call AssumeRole - these are not the temporary creds with access to third-party resources. - also now using these creds for public.ecr.aws access
(creds->access-token google-service-account)
Get a google OAuth token from credentials.json file params google-service-account must be json parsed and in clj form with keywords
Get a google OAuth token from credentials.json file params google-service-account must be json parsed and in clj form with keywords
(get-secret secret-name access-token)
(workload-identity)
no need to specify the scopes
query param because the default
https://www.googleapis.com/auth/cloud-platform is sufficient
no need to specify the `scopes` query param because the default https://www.googleapis.com/auth/cloud-platform is sufficient
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close