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
Athens supports TLS, but will only read the certificates once on startup. Environments like Kubernetes with cert-manager may automatically rotate the given certificate, where Athens will continue to use the old certificate. There are numerous linked issues:
Describe the bug
Athens supports TLS, but will only read the certificates once on startup. Environments like Kubernetes with cert-manager may automatically rotate the given certificate, where Athens will continue to use the old certificate. There are numerous linked issues:
It may be better for Athens to support this natively. There seems to be a good Go package which facilitates this behaviour:
https://github.com/cloudflare/certinel
Error Message
N/A
To Reproduce
N/A
Expected behavior
Athens should use new certificates if available.
Environment (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: