hashicorp / vault-plugin-secrets-azure

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

Backport 1.9.x: Update authorization to 2018-01-01 preview (#83) #84

Closed austingebauer closed 2 years ago

austingebauer commented 2 years ago

This PR backports #83.

Steps:

  1. git checkout release/vault-1.9.x
  2. git checkout -b backport-pr-83-1.9.x
  3. git cherry-pick 241dd84bc32c0601a459d8e59f7c49a146cc8cd6
austingebauer commented 2 years ago

Re-ran tests on this backport:

➜  vault-plugin-secrets-azure git:(backport-pr-83-1.9.x) go test -v -run TestCredentialInteg_msgraph
=== RUN   TestCredentialInteg_msgraph
=== RUN   TestCredentialInteg_msgraph/service_principals
=== PAUSE TestCredentialInteg_msgraph/service_principals
=== CONT  TestCredentialInteg_msgraph/service_principals
--- PASS: TestCredentialInteg_msgraph (0.00s)
    --- PASS: TestCredentialInteg_msgraph/service_principals (17.10s)
PASS
ok      github.com/hashicorp/vault-plugin-secrets-azure 17.464s

➜  vault-plugin-secrets-azure git:(backport-pr-83-1.9.x) go test -v -run TestCredentialInteg_aad
=== RUN   TestCredentialInteg_aad
=== RUN   TestCredentialInteg_aad/service_principals
=== PAUSE TestCredentialInteg_aad/service_principals
=== RUN   TestCredentialInteg_aad/static_service_principals
=== PAUSE TestCredentialInteg_aad/static_service_principals
=== CONT  TestCredentialInteg_aad/service_principals
=== CONT  TestCredentialInteg_aad/static_service_principals
--- PASS: TestCredentialInteg_aad (0.00s)
    --- PASS: TestCredentialInteg_aad/static_service_principals (64.55s)
    --- PASS: TestCredentialInteg_aad/service_principals (119.29s)
PASS
ok      github.com/hashicorp/vault-plugin-secrets-azure 119.577s