Skip to content

Commit

Permalink
Remove reference to AZURE_KEYVAULT_AUTH_VIA_CLI (#12514)
Browse files Browse the repository at this point in the history
The environment variable AZURE_KEYVAULT_AUTH_VIA_CLI was removed in google/go-cloud#3202.

Co-authored-by: Troy Howard <[email protected]>
  • Loading branch information
devnev and thoward authored Nov 15, 2024
1 parent 79e60b5 commit 821dc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/iac/concepts/secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ $ pulumi stack init my-stack \
--secrets-provider="azurekeyvault://acmecorpsec.vault.azure.net/keys/payroll"
```

By default, this provider will use [Azure Environment Authentication](https://docs.microsoft.com/en-us/azure/go/azure-sdk-go-authorization#use-environment-based-authentication). If you wish to login using the `az` command for authentication instead, set `AZURE_KEYVAULT_AUTH_VIA_CLI` to `"true"` (using double quotes).
This provider will attempt to use [a series of authentication methods](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity#readme-defaultazurecredential).

#### Google Cloud Key Management Service (KMS)

Expand Down

0 comments on commit 821dc94

Please sign in to comment.