✅ 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?4 Replies
The general recommendation is a keyvault per environment per app, yep. I wouldn't necessary take it as a hard rule though. It's all a gradient between complexity and security. You could instead use a keyvault per domain, but you might increase the potential exposure
Unknown User•3mo ago
Message Not Public
Sign In & Join Server To View
Oh, I didn't know that. It's a great feature indeed
Thank you guys
Unknown User•3mo ago
Message Not Public
Sign In & Join Server To View