-
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
feat: Allow specifying Selenium Grid URL as secret #3752
Conversation
This allows specifying the GraphQL URL used by the Selenium Grid Scaler to be specified in a TriggerAuthentication resource and thus pulled from a secret store. We are using Selenium Grid's basic authentication and needed to specify a username/password as part of the URL. Signed-off-by: JD Harrington <jd@jdharrington.net>
/run-e2e selenium* |
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!
Could you fix the DCO issue? All commits need to be signed for being able to merge the PR
Ah, sorry! I could've sworn I amended my commit. Will do that now :) |
62ecbe4
to
b07b051
Compare
Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es> Signed-off-by: JD Harrington <jd@jdharrington.net>
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.
Now, yes xD
LGTM! Thanks for the contribution
/run-e2e selenium* |
* feat: Allow specifying Selenium Grid URL as secret This allows specifying the GraphQL URL used by the Selenium Grid Scaler to be specified in a TriggerAuthentication resource and thus pulled from a secret store. We are using Selenium Grid's basic authentication and needed to specify a username/password as part of the URL. Signed-off-by: JD Harrington <jd@jdharrington.net> * Add PR reference to CHANGELOG.md Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es> Signed-off-by: JD Harrington <jd@jdharrington.net> Signed-off-by: JD Harrington <jd@jdharrington.net> Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es> Signed-off-by: 26tanishabanik <26tanishabanik@gmail.com>
This allows specifying the GraphQL URL used by the Selenium Grid Scaler to be specified in a TriggerAuthentication resource and thus pulled from a secret store. We are using Selenium Grid's basic authentication and needed to specify a username/password as part of the URL.
Checklist
Fixes #
Relates to kedacore/keda-docs#959