Support rotation of System WellKnownCACertificates in BTLSP #5074
Open
Description
Description:
Currently, BTLSP System WellKnownCACertificates
are not reloaded by envoy on change.
https://github.com/envoyproxy/gateway/blob/main/internal/xds/translator/translator.go#L985
According to envoy docs:
If trusted_ca is a filesystem path, a watch will be added to the parent directory for any file moves to support rotation. This currently only applies to dynamic secrets, when the CertificateValidationContext is delivered via SDS.
Envoy Gateway can deliver the file source validation context using SDS, ensuring that changes in the CA certificate are picked-up by Envoy.
[optional Relevant Links:]
Any extra documentation required to understand the issue.