sourcegraph / terraform-aws-executors

https://registry.terraform.io/modules/sourcegraph/executors/aws/latest
Other
1 stars 6 forks source link

Mount Private Root CA certificates in Executor hosts #88

Closed loujar closed 3 months ago

loujar commented 1 year ago

Added an option for mounting a custom root CA certificate provided as a file in a Terraform-deployed executor host. This solution does not (but probably should) integrate with a secrets management solution.

google executor PR: https://github.com/sourcegraph/terraform-google-executors/pull/96

Test plan

Verified that an example root CA certificate was mounted in an executor host deployed via this TF module, and verified by a customer that used this branch as a solution to ticket #15581

loujar commented 1 year ago

need to add documentation to docsite for new PRIVATE_CA_CERTIFICATE environment variable

hutson commented 6 months ago

For what it is worth, we have been successfully operating with this change since mid November.