Automatically refresh all allocator TLS certs, not just client CA cert #1599
Labels
help wanted
We would love help on these issues. Please come help us!
kind/feature
New features for Agones
Milestone
Is your feature request related to a problem? Please describe.
Our infrastructure takes advantage of short lifetime certificates that are automatically renewed & loaded into pods. Currently we need to restart the allocator pods whenever such a renew happens, as the allocator does not automatically refresh all certs.
It appears as if PR #1145 introduced auto-refresh of the client CA, and this feature request asks that this functionality is extended to all client & server certs in use by the allocator.
Describe the solution you'd like
The hot-reload implementation in #1145 is extended to all certs in
/home/allocator/tls
and/home/allocator/client-ca
.Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: