<@U07PU5T8YQ5> anything going on with Pulumi Servi...
# esc
l
@modern-spring-15520 anything going on with Pulumi Service?
pulumi env run <env-name> -- /bin/bash
is hanging and doesn't give me the shell I want.
pulumi up
of a stack doesn't seem to resolve creds as my provider doesn't authenticate correctly.
👀 1
Then again,
pulumi env open <env-name> -f <some-format>
seems to work correctly.
m
hmm, it works for me. I can raise a flag internally and see if its anyone knows what might be going on.
l
I'll dig a bit further myself first.
Found it. Drift in one of my stacks setting up Scaleway IAM permissions. I have ESC envs set up fetching credentials from stack outputs.
m
prevented esc from loading ... interesting
ah
l
A group membership resource got lost somehow.
refresh
and re-
up
fixed it.
🙌 1