https://pulumi.com logo
Title
a

alert-midnight-11504

11/20/2022, 11:23 PM
is pulumi enterprise required to generate an access token that can be used by a CI/CD pipeline like Google Cloud Build?
I am storing a pulumi access token generated using my individual account that is also the owner / creator of our company’s Organization account in pulumi. When Google Cloud Build pulls the
PULUMI_ACCESS_TOKEN
env a secret from Google Secret Manager I keep getting the following….
error: problem logging in: invalid access token
When I try to replicate this locally using
pulumi login --non-interactive && pulumi stack select [organization]/[project]/[stack] && pulumi up --yes --refresh
everything works fine.
b

brainy-caravan-45245

11/20/2022, 11:50 PM
no, enterprise is not required. something else must be going on. im assuming you are sure that the token you are using locally is the same?
a

alert-midnight-11504

11/21/2022, 12:50 AM
@brainy-caravan-45245 I think I got it now, ended up generating a new new token and that worked for some reason. probably bad copy paste.