https://pulumi.com logo
Title
b

brash-quill-35776

11/02/2021, 2:07 AM
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

powerful-football-81694

11/02/2021, 11:37 AM
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

brash-quill-35776

11/02/2021, 2:02 PM
that's very right
verified that it is working, I can get value from it
have to mix
classic
and
native
p

powerful-football-81694

11/02/2021, 6:33 PM
Yeah, I also still have some things going through the classic provider..