TLS certificate reloading in SDK #4247
Labels
spec:miscellaneous
For issues that don't match any other spec label
triage:deciding:community-feedback
Open to community discussion. If the community can provide sufficient reasoning, it may be accepted
What are you trying to achieve?
I would like to configure OpenTelemetry SDK to reload TLS certificate.
The OTEL operator community is working on enabling TLS in auto-instrumentations (which use SDKs) open-telemetry/opentelemetry-operator#2997. The operator will inject certificates from a secret (e.g. provisioned by cert-manager). The cert-manager allows rotating certificates automatically, however SDKs don't reload the certificates.
The collector already supports this functionality:
reload_interval
https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configtls/README.mdWhat did you expect to see?
Additional context.
Use-case was rejected in Java SDK open-telemetry/opentelemetry-java#4725
The text was updated successfully, but these errors were encountered: