Hi, I have an issue with the basics and would appr...
# general
s
Hi, I have an issue with the basics and would appreciate any help… I have a project running on python on a docker image which runs a shell script using
subprocess.Popen
. This shell script does
gcloud auth
,
pulumi login
and
pulumi new
back in the python application I am trying to use pulumi auto and its complaining about missing google credentials. Note: I am using google storage as my managed backend… Am I doing anything fundamentally wrong ? how to address this ? I want my python application (using Flask) to create and destroy stacks using pulumi auto (using my gs backend url)