Liking cljdoc? Tell your friends :D

atomist.gcp


add-assume-role-credscljs

(add-assume-role-creds handler)

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
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
raw docstring

creds->access-tokencljs

(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
raw docstring

get-secretcljs

(get-secret secret-name access-token)

workload-identitycljs

(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
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close