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

Support special characters in teller sh #132

Merged
merged 2 commits into from
Aug 25, 2022

Conversation

kpetremann
Copy link
Contributor

Related Issues

#131

Description

For shell print export:

  • Enclosing secret in single quote
  • Support password with single quotes too

Motivation and Context

Passwords containing special characters are now supported.

How Has This Been Tested?

e2e + unit test + manual tests

When a password has ( or ), eval "$(teller sh)" is not working:

$ eval "$(teller sh)"
bash: syntax error near unexpected token `('
@kaplanelad kaplanelad merged commit 604abec into tellerops:master Aug 25, 2022
@kevbook
Copy link
Contributor

kevbook commented Sep 17, 2022

@kpetremann @kaplanelad - this change should also be made to teller env

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.

None yet

3 participants