Skip to content

Conversation

@jkodroff
Copy link
Member

Add warning notes to secrets documentation about shell interpretation of special characters when using 'pulumi config set --secret'. This addresses issues where passwords containing characters like $, !, @, # may be modified by the shell before reaching Pulumi.

Fixes #13564

🤖 Generated with Claude Code

Add warning notes to secrets documentation about shell interpretation
of special characters when using 'pulumi config set --secret'. This
addresses issues where passwords containing characters like $, !, @, #
may be modified by the shell before reaching Pulumi.

Fixes #13564

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@pulumi-bot
Copy link
Collaborator

Copy link
Contributor

@smithrobs smithrobs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me. Thanks!

@jkodroff jkodroff merged commit 540c9b9 into master Sep 16, 2025
11 checks passed
@jkodroff jkodroff deleted the jkodroff/add-secret-note-escape branch September 16, 2025 16:28
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.

Add note in documentation that special characters may need to be escaped when using pulumi config set --secret

4 participants