C#C
C#16mo ago
Core

✅ Azure key vault with microservices

Hello,
Right now I have 2 microservice, they communicate with RabbitMq, so the credentials are the same.
Would it be more reasonable to have 2 key vaults storing the same secrets, one vault per each microservice, or create an extra vault for shared secrets?

2 vault, 1 per each microservice or 3 vault, 1 per each microservice + a shared one?
Was this page helpful?