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

[BUG] root password setup does not properly escape all characters #591

Closed
kremerpatrick opened this issue Sep 11, 2021 · 0 comments · Fixed by #592
Closed

[BUG] root password setup does not properly escape all characters #591

kremerpatrick opened this issue Sep 11, 2021 · 0 comments · Fixed by #592
Labels
bug Something isn't working

Comments

@kremerpatrick
Copy link

Describe the bug
The 7.0 beta build does not properly escape the $ character, and possibly other special characters

To Reproduce
Steps to reproduce the behavior:

  1. Use an appliance root password with a $ character in it
  2. Deploy the appliance
  3. Deployment will appear complete, but the appliance name is 'veba' and none of the customizations have happened
  4. Logs show '/root/setup/setup.sh: line 108: unbound variable, and a blank ESCAPED_ROOT_PASSWORD

Expected behavior
A password containing a $ should be properly escaped

Screenshots
If applicable, add screenshots to help explain your problem.

Version (please complete the following information):

  • VEBA Form Factor: [Appliance]
  • VEBA Version: [7.0 beta]

Additional context
Add any other context about the problem here.

@kremerpatrick kremerpatrick added the bug Something isn't working label Sep 11, 2021
lamw pushed a commit to lamw/vcenter-event-broker-appliance that referenced this issue Sep 12, 2021
Closes: vmware-samples#591
Signed-off-by: William Lam <wlam@vmware.com>
@lamw lamw closed this as completed in #592 Sep 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant