sparse-intern-71089
10/08/2019, 5:22 PMquaint-teacher-33292
10/08/2019, 5:25 PM$ pulumi stack -i | grep cloudflare
kubernetes:core/v1:Secret cloudflare-account
ID: default/cloudflare-account-3o9j4opj
plain-businessperson-30883
10/08/2019, 5:44 PMquaint-teacher-33292
10/08/2019, 5:46 PMplain-businessperson-30883
10/08/2019, 5:53 PMfoo
, it will generate a token secret (e.g. foo-token-738j4
), with a random suffix. That's what I'd like to retrieve.stocky-island-3676
10/09/2019, 5:36 PMplain-businessperson-30883
10/09/2019, 9:33 PMServiceAccount
instance has a secrets
property that gets populated with its token's secret name, from where I could perform the k8s.core.v1.Secret.get()
.
Thanks you all for the help!