Distribt
Distribt copied to clipboard
SecretManager: Separate engines
at the moment all the "get" are under ISecretManager
but vault acts that you can have mutiple engines.
.get<T>
should be to get the default key/value;
But to access rabbitMQ credentials should be something like
.RabbitMQ.Get
rather than have all the methods directly in ISecretManager
as if it grows with 50 services it will be unmanageable