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

Cerebro chart: Don't quote username or password elastic host settings begginning with ${? #533

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

Conversation

anguswilliams
Copy link

Remove quotes from auth variables beginning with ${?.

This allows username or password secrets to be interpolated from the environment without needing to provide the entire config file as a custom secret. For my usecase, I have a common login for cerebro, so this allows me to inject that password in via a custom secret defined envFromSecretRef and reference it from several elastic host config sections.

…h ${?

Remove qoutes from auth variables beginning with ${?. This allows username or password
secrets to be interpolated from the environment without needing to provide the entire
config file as a custom secret.
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