Having issues with azure login via a service princ...
# azure
q
Having issues with azure login via a service principal. Things were working but my secret expired. I created a new one and set it both in azure:clientSecret for my config and the $env:ARM_CLIENT_SECRET. Is there some sort of cache for this or am I missing something?
Follow up on this it turns out that storing the value as a --secret in my config was somehow altering the secret. When I stored it as plain text, it worked fine. I upgraded pulumi and generated a new password and now it stores as a secret