SeleniumHQ / docker-selenium

Provides a simple way to run Selenium Grid with Chrome, Firefox, and Edge using Docker, making it easier to perform browser automation
http://www.selenium.dev/docker-selenium/
Other
7.89k stars 2.51k forks source link

[🚀 Feature]: Selenium grid Authentication password is stored as plain text in Helm chat values.yaml file #2391

Open manojgorantla23 opened 6 days ago

manojgorantla23 commented 6 days ago

Feature and motivation

currently the selenium grid auth password is stored as a plain text in the values.yaml of helm chart can we fetch it from secrets

Usage example

fetch the password from different secret stores so it is not exposed public

github-actions[bot] commented 6 days ago

@manojgorantla23, thank you for creating this issue. We will troubleshoot it as soon as we can.


Info for maintainers

Triage this issue by using labels.

If information is missing, add a helpful comment and then I-issue-template label.

If the issue is a question, add the I-question label.

If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted label.

If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C), add the applicable G-* label, and it will provide the correct link and auto-close the issue.

After troubleshooting the issue, please add the R-awaiting answer label.

Thank you!

VietND96 commented 6 days ago

In scope of this, another config key will be added provide an external Secret resource name that contains basic auth for reference. Otherwise, the default plain text in chart values.yaml will be used.