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

fix: do not include accessId, accessKey, securityToken in provider #25

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

everpcpc
Copy link

@everpcpc everpcpc commented May 22, 2023

Credential should not be stored in provider. Because for temporary credential with security_token, the saved key is not available in next run if token timeout. Resulting in Pulumi always exit with error

Code=AuthFailure.TokenFailure, Message=Token verification failed. Please check your Token is correct.

in next pulumi refresh command.

@everpcpc everpcpc marked this pull request as ready for review April 30, 2024 00:06
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.

1 participant