Hi, I am trying to get secret value from KeyVault ...
# azure
b
Hi, I am trying to get secret value from KeyVault so that I can inject them into the others, but under
KeyVault
module, the only thing I can find is the
getSecret
but it shows as below, not sure how to get the actual value then Do I have to call the data plane rest API myself manually?
p
I’ve been wondering this too, actually. Typically in Azure, other types of resources themselves include their own configuration syntax and functionality for having things specified as KeyVault references at the management plane, and then reading them out at the data plane at runtime. But it’s bound to happen sooner or later that we want to use a secret as input to something at the management plane…
b
that's very right
verified that it is working, I can get value from it
have to mix
classic
and
native
p
Yeah, I also still have some things going through the classic provider..