hashicorp / terraform-provider-vault

Terraform Vault provider
https://www.terraform.io/docs/providers/vault/
Mozilla Public License 2.0
458 stars 538 forks source link

vault_azure_access_credentials: fix validate_creds bug #2086

Closed fairclothjm closed 10 months ago

fairclothjm commented 10 months ago

Description

Fixes a bug where we returned prematurely on 401 responses. This PR ensures that we continue to validate the creds in the retry loop until one of the success or failure criteria is met.

Closes #2075

Checklist

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccXXX'

...

Community Note