hashicorp / vault-plugin-secrets-azure

Vault Azure Secrets plugin
Mozilla Public License 2.0
26 stars 19 forks source link

Upgrade `authorization/mgmt/authorization` to latest instead of 2018 preview #131

Closed vinay-gopalan closed 1 year ago

vinay-gopalan commented 1 year ago

Upgrade mgmt/authorization package to use the latest version instead of the 2018 preview. This upgrade is required in order to build the new Azure Auth rotate root code into Vault since the new Azure Auth code uses the latest mgmt/authorization package (causing package conflicts).

vinay-gopalan commented 1 year ago

Closing this PR since we decided to refactored Azure Auth to use the Azure Secrets project instead