Within corporate environment under ADMIN mode Powe...
# general
e
Within corporate environment under ADMIN mode Powershell, I was able to login and pulumi whoami recognized username, but pulling down from existing project created previously outside of corporate environment with: > pulumi new aws-typescript -s USERNAME/aws-typescript/dev > > ENTER to log in using your browser > > but opens: "Pulumi doesnt support this version of Microsoft Internet Explorer" please consider upgrading. > > and I dont think I can upgrade at Microsoft IE at clients site??? Please advise if anyone I am sure has faced this situation as well as it is asking for Windows Security iexplore credentials
w
Note that the prompt you got here should have given you two options - one to launch a browser for you - and the other to input a token manually. If you login yourself using any browser or computer you have, you can get an access token and then input it (or paste it) into this prompt.
e
thanks Luke, let me try
as mentioned this is not issue on Mac outside of corporate env
but maybe firewall within corporate env hence I cannot do pulumi new and pull existing project created outside of corporate network
but it is launching in IE, even though I set default browser to Chrome?
and a version that Pulumi does not support?
w
You do not have to launch a browser. You can provide an access token manually or set an environment variable (
PULUMI_ACCESS_TOKEN
). You just need to use some machine somewhere to get an access token.
e
But having code and IaaC within the same space, although great, is that not issue when my client asks where is the source code residing?
I have SETX PULUMI_ACCESS_TOKEN but not sure why restart does not see it anymore
so the python code is stored in app.pulumi.com/<USERNAME>?
I am already login but just cannot pull from existing project into corporate env