RabbitMQ Roles #285
-
I am working on a multi-tenant application and am using Vault to manage credentials for RabbitMQ for each tenant application. One of the rules we have is that each tenant needs to use it's own vhost. I accomplish this, we are looking at creating a role in vault for every tenant that limits them to their vhost. So far so good. In using VaultSharp, is there a way to create/read/delete the roles that are required by the Specifically I am looking for a way to utilize the create/get/delete endpoints in the Vault RabbitMQ documentation. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I went ahead and added this feature in PR #287. |
Beta Was this translation helpful? Give feedback.
I went ahead and added this feature in PR #287.