-
Why are you starting this discussion?Question What GitHub Actions topic or product is this about?Actions Runner Discussion DetailsNeed help in updating Chrome policy on GitHub Actions runner - The runner is a self-hosted Linux Docker container We are running Selenium Test Automation on GitHub runners. The application that we are testing, has a client authentication certificate. Before we can access the application through web browser, we would be displayed the client auth certificate that we need to choose to proceed to the application home page. In order for Chrome to automatically choose the certificate, we are trying to add the policy AutoSelectCertificateforUrls We have created a JSON file for updating the above policy. It is a valid JSON Here is the JSON : { The policy AutoSelectCertificateForUrls is not updated/added to the Chrome policy - on navigating to chrome://policy, the same is not displayed. We use setup-chrome job to install the browser, and the chrome location is /opt/hostedtoolcache/setup-chrome/chrome Please assist on where we need to update the JSON for Chrome to automatically select the client auth certificate. |
BetaWas this translation helpful?Give feedback.
Replies: 2 comments 1 reply
-
Try placing your JSON policy in /etc/chromium/policies/managed/ instead, since you're using Linux. Also make sure Chrome is fully restarted after adding the file. If it still doesn't work, you might need to use Chrome's command-line flags like --auto-select-certificate when launching the browser. |
BetaWas this translation helpful?Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
BetaWas this translation helpful?Give feedback.
-
The issue has been resolved. Policy update seems to be work with Chrome Official build on Linux. With Chrome For Testing build, it is still an issue, A bug has already been logged on Chromium site |
BetaWas this translation helpful?Give feedback.
The issue has been resolved. Policy update seems to be work with Chrome Official build on Linux. With Chrome For Testing build, it is still an issue, A bug has already been logged on Chromium site