-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow customers to specify custom CA image
In some cases a GHES instance might have custom CA certificates set up, this is the case for our dev environments for example. In order to support this, we need the proxy to be made aware of the cert, otherwise it will refuse any requests made to the GHES instance. This will look for a `CUSTOM_CA_PATH` environment variable (which should be defined in the `runsvc.sh` file when running actions as a service), and copy it into the proxy container and update its certificates.
- Loading branch information
Jurre Stender
committed
Aug 30, 2021
1 parent
b088d55
commit 04e1538
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters