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
{{ message }}
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
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.)
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.)