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

unquoted variable references in scripts #136

Open
jgc234 opened this issue Dec 13, 2023 · 0 comments
Open

unquoted variable references in scripts #136

jgc234 opened this issue Dec 13, 2023 · 0 comments

Comments

@jgc234
Copy link

jgc234 commented Dec 13, 2023

Looking at the scripts in the configmap (startup-broker.sh and readiness_check.sh), there are unquoted references to variables passed on command lines, such as ${password} instead of "${password}". Does this mean the readiness check (and others) will fail if the admin password contains characters considered special to bash? (space, semicolon, etc?)

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

No branches or pull requests

1 participant