Distribt icon indicating copy to clipboard operation
Distribt copied to clipboard

SecretManager: Separate engines

Open ElectNewt opened this issue 3 years ago • 0 comments

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

ElectNewt avatar Jan 31 '22 20:01 ElectNewt