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

feat: Allow specifying Selenium Grid URL as secret #3752

Merged
merged 2 commits into from
Oct 18, 2022

Conversation

psi
Copy link
Contributor

@psi psi commented Oct 14, 2022

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

  • When introducing a new scaler, I agree with the scaling governance policy
  • Commits are signed with Developer Certificate of Origin (DCO - learn more)
  • Tests have been added
  • A PR is opened to update our Helm chart (repo) (if applicable, ie. when deployment manifests are modified)
  • A PR is opened to update the documentation on (repo) (if applicable)
  • Changelog has been updated and is aligned with our changelog requirements

Fixes #

Relates to kedacore/keda-docs#959

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>
@psi psi requested a review from a team as a code owner October 14, 2022 17:56
@JorTurFer
Copy link
Member

JorTurFer commented Oct 14, 2022

/run-e2e selenium*
Update: You can check the progress here

Copy link
Member

@JorTurFer JorTurFer left a 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

@psi
Copy link
Contributor Author

psi commented Oct 14, 2022

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 :)

JorTurFer
JorTurFer previously approved these changes Oct 14, 2022
@JorTurFer JorTurFer dismissed their stale review October 14, 2022 18:20

pending changelog

CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
Signed-off-by: JD Harrington <jd@jdharrington.net>
Copy link
Member

@JorTurFer JorTurFer left a 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

@JorTurFer
Copy link
Member

JorTurFer commented Oct 14, 2022

/run-e2e selenium*
Update: You can check the progress here

@JorTurFer JorTurFer merged commit 9087977 into kedacore:main Oct 18, 2022
@psi psi deleted the selenium-grid-secret-url branch October 18, 2022 12:20
26tanishabanik pushed a commit to 26tanishabanik/keda that referenced this pull request Nov 1, 2022
* 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>
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.

2 participants