-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Prometheus Scaler: Remove trailing whitespaces in customAuthHeader and customAuthValue #4959
Prometheus Scaler: Remove trailing whitespaces in customAuthHeader and customAuthValue #4959
Conversation
Thank you for your contribution! 🙏 We will review your PR as soon as possible. While you are waiting, make sure to:
Learn more about: |
81e78ac
to
ebdb572
Compare
…pdate CHANGELOG Signed-off-by: Amir-Wollman <amir.wollman@nonamesecurity.com>
ebdb572
to
d436bbd
Compare
/run-e2e prometheus |
Thanks for the contribution! Could you merge the suggestion? Static checks are failing |
Fix whitespace at the end of CHANGELOG.md file Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es> Signed-off-by: Amir-Wollman <135226062+Amir-Wollman@users.noreply.github.com>
/run-e2e prometheus @JorTurFer : I have canceled this because it hasn't started yet and there is other commit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! Just a nit in the Changelog
Modify CHANGELOG entry to use correct parameter names Signed-off-by: Amir-Wollman <135226062+Amir-Wollman@users.noreply.github.com>
/run-e2e prometheus |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…d customAuthValue (kedacore#4959) Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es> Signed-off-by: anton.lysina <alysina@gmail.com>
Added strings.TrimSuffix to customAuth interpreter to avoid auth failure.
*TrimSuffix was used rather than TrimSpace to avoid unwanted removal of randomly generated strings with "\n"
Checklist
Relates to #
https://kubernetes.slack.com/archives/CKZJ36A5D/p1694069463138859
Fixes #4960