ondat / trousseau

Store and access your secrets the Kubernetes native way with any external KMS.
https://trousseau.io
Apache License 2.0
178 stars 11 forks source link

Select decryption backend via Roundrobin #117

Closed mhmxs closed 2 years ago

mhmxs commented 2 years ago

This change is part of Multi KMS support. Original implementation iterated over providers in the same order each time. This new change introduces the Round-robin algorithm to balance decryption requests between backends.