Closed ahisette closed 6 years ago
Thanks for the issue report. This is a bug. The uniqueness check should be against role_id+scope, not just role_id alone. A fix is in review now. After that is merged, you can build the plugin yourself, or wait until it appears in the next Vault release as a built-in.
A workaround prior to updating would be to create another role with the same permissions.
Thanks.
Thank you for your speed of execution and the quality of work
Hi kalafut
I am running to the same issue on Vault v0.11.4 , do we need to upgrade and if yes to what version ?
Thanks
@ehsanhub It was added as part of Vault 1.0 https://github.com/hashicorp/vault/blob/master/CHANGELOG.md#100-december-3rd-2018 . Note that you can also build this plugin as a standalone binary and use it with your current version of Vault.
Hello, I want to configure a role with the same azure role on different scope.
How I can do this ?
Thanks