nokia / restful

A powerful RESTful framework for Go.
BSD 3-Clause "New" or "Revised" License
17 stars 14 forks source link

Watch TLS certificate change #27

Closed Som-Som-CC closed 2 years ago

Som-Som-CC commented 2 years ago

From time-to-time TLS certs change. There are various solutions to track changes:

Som-Som-CC commented 2 years ago

I came across a cloud-native solution. Whenever the TLS Secret is updated, Realoader detects that and issues a rollout restart. Obviously, another, even more cloud-native approach is not dealing with TLS in the business logic, at all. But letting service mesh equipped with the latest and greatest technology doing that for us. Two great solution at hand, I think this issue can be closed.