-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
communityCommunity contributionCommunity contributionenhancementNew feature or requestNew feature or requestneeds triageRequires review from the maintainersRequires review from the maintainers
Description
What would you like added?
I'd like to add support for configuring client TLS certificates in AutoscalingRunnerSet
Why is this needed?
In our environment, we use an HTTPS proxy with mTLS for client authentication, e.g.
curl --proxy https://our-proxy --proxy-key $KEY_PATH --proxy-cert $CERT_PATH ...
Currently, only basic HTTP authentication is supported
Additional context
Looking at the code
transport.TLSClientConfig = &tls.Config{} |
tls.Config.GetClientCertificate
Metadata
Metadata
Assignees
Labels
communityCommunity contributionCommunity contributionenhancementNew feature or requestNew feature or requestneeds triageRequires review from the maintainersRequires review from the maintainers