Hello, I'm getting spun up on Pulumi and having an...
# general
a
Hello, I'm getting spun up on Pulumi and having an error changing the secret provider that my co-worker is not seeing. Co-worker is on windows and using WSL while I'm on a Mac. I'm seeing the following:
Copy code
pulumi stack change-secrets-provider <azurekeyvault://cg-test-kv.vault.azure.net/keys/dev-stacks>
error: open keeper <azurekeyvault://cg-test-kv.vault.azure.net/keys/dev-stacks>: failed to Dial default KeyVault: MSI not available
increasing verbosity does not add any additional output. Couldn't tell what area this is exactly related to. If I need to post in different channel, let me know. Suggestions?
b
set
AZURE_KEYVAULT_AUTH_VIA_CLI: true
a
Winner!! Thank you!!