Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

return a warning instead of an error on login failure #1082

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

tgummerer
Copy link
Contributor

@tgummerer tgummerer commented Jan 24, 2024

Aparently pulumi login can fail, and yet other pulumi commands that follow can succeed (see #1081).

Instead of failing outright when login fails, just print a warning, so people are not confused when further errors happen later.

Fixes #1081

Aparently `pulumi login` can fail, and yet other pulumi commands that
follow can succeed (see #1081).

Instead of failing outright when login fails, just print a warning, so
people are not confused when further errors happen later.
@tgummerer tgummerer merged commit 20c4717 into master Jan 24, 2024
76 checks passed
@tgummerer tgummerer deleted the login-warning-only branch January 24, 2024 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pulumi action tries to login to pulumi cloud even though we're using S3 backend
2 participants