You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The call to pulumi_config.get_pulumi_user() should return the same value as pulumi org get-default. For example, my default org is an organization called jkodrofftest. When I run ./pulumi/python/runner -d -p aws -s try-kic-reference-architecture up, it fails with the following message:
Note that the stack should be jkodrofftest/aws-vpc/try-kic-reference-architecture.
In order to fix, use the output of pulumi org get-default. (Working on finding the SDK call in Python. It exists in nodejs, so not sure why I can't find the Python version.)
The text was updated successfully, but these errors were encountered:
jkodroff
changed the title
up does not work when the user is in n orgup does not work when the user is in an org
Jan 10, 2023
Describe the bug
The call to
pulumi_config.get_pulumi_user()
should return the same value aspulumi org get-default
. For example, my default org is an organization calledjkodrofftest
. When I run./pulumi/python/runner -d -p aws -s try-kic-reference-architecture up
, it fails with the following message:Note that the stack should be
jkodrofftest/aws-vpc/try-kic-reference-architecture
.In order to fix, use the output of
pulumi org get-default
. (Working on finding the SDK call in Python. It exists in nodejs, so not sure why I can't find the Python version.)The text was updated successfully, but these errors were encountered: