-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
fix: Missing password for Loki-Canary when loki.auth_enabled is true #12411
Conversation
Hi @JStickler, this PR is ready. If there are any issues, please let me know. Thank you! |
@win5923 I'm the technical writer on the team so I don't approve code PRs, but I tagged someone who can. |
@MichelHollands. Would you be able to review? |
@win5923 Thanks for the contribution. If you rebase/merge on the latest version then I'll approve this. |
Done! |
Thanks but something went wrong. The new version should be 6.3.2 |
@win5923 1 more change is needed. The documentation needs to be updated. Please run the command mentioned in the failing CI step. |
Sorry for the delay, it's done! |
…rafana#12411) Co-authored-by: J Stickler <[email protected]> Co-authored-by: Michel Hollands <[email protected]>
What this PR does / why we need it:
When
loki.auth_enabled
is true,loki-canary
cannot set a password. Add a password parameter to address this issue. Additionally, the functionality can also be achieved through existSecret, but this PR does not implement that feature.Which issue(s) this PR fixes:
Fixes #10873
Special notes for your reviewer:
Checklist
CONTRIBUTING.md
guide (required)CHANGELOG.md
updatedadd-to-release-notes
labeldocs/sources/setup/upgrade/_index.md
production/helm/loki/Chart.yaml
and updateproduction/helm/loki/CHANGELOG.md
andproduction/helm/loki/README.md
. Example PRdeprecated-config.yaml
anddeleted-config.yaml
files respectively in thetools/deprecated-config-checker
directory. Example PR