Anyone else run into this? I'm trying to set the ...
# azure
f
Anyone else run into this? I'm trying to set the secrets provider to Azure key vault, and I get the following error:
error: open keeper <azurekeyvault://foo.vault.azure.net/keys/pulumi>: failed to Dial default KeyVault: Invoking Azure CLI failed with the following error:
There's no output after the
:
, even if I throw in like
--logtostderr -v=10
. This is with
AZURE_KEYVAULT_AUTH_VIA_CLI
set to
true
. If I don't have it set to true, the program just hangs when I try to switch.