This message was deleted.
# general
s
This message was deleted.
b
Hi @adamant-advantage-95831 Yes, I demoed it at a conference today - what is not working for you?
a
using an azurekeyvault and running the command, it simply hangs without any output 😞 of course reading the damn manual is a thing so once I did that I realized it's simply because I'm not using Environment variables, though I tried the
AZURE_KEYVAULT_AUTH_VIA_CLI
(true) and that hung as well?
omg. k just tried in a PowerShell window instead of my vscode terminal and it gave me an error. I must have some weird bullcrap cached in vscode. Ignore. Move along. Nothing to see here....my apologies
b
I’m glad it’s something small and not a bug you are facing - let me know if there are any other issues here
s
Interesting, its hanging for me in powershell in terminal... shall try closing all the things
Nope 😞 just sitting there doing nothing
In new powershell and in old powershell... shall try cmd
b
@some-flower-64874 are you sure you have the correct credentials configured?
I have a feeling you are trying to change to Azure KeyVault?
s
Probably (in that I can do az things, including getting at the key vault) and yes
b
you need
AZURE_KEYVAULT_AUTH_VIA_CLI=true
that's usually the missing piece in Azure KeyVault secrets management
s
Ah... let me try that...
Yay, an error I - that I can deal with, thanks Paul. (FWIW, that's the first complete stop I've come to in playing, hmm, no I'm being paid to do this so working with pulumi so far)
b
oh there was an error from Pulumi?
or from Azure?
s
Azure, a permissions error, which is perfectly reasonable - I shall go change the script that creates the vault...
b
ah well that's better news
ok, we need to document that CLI EnvVar better
s
It might be there, I have a tendency to run before I can walk (4 decades of "experience" will do that to you...) and I'm not overly fond of twiddling environment variables if I can avoid it
On the other hand, creating an AzureAD group (which I had to do this morning as part of the same exercise) was almost trivial πŸ™‚
b
πŸ‘Œ