You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/transport_sockets/tls/v3/common.proto#envoy-v3-api-msg-extensions-transport-sockets-tls-v3-certificatevalidationcontext
See additional discussion here: envoyproxy/envoy#10387
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:]
The text was updated successfully, but these errors were encountered: