bulky-policeman-29913
11/10/2021, 8:44 PM@pulumi/vault
provider yet by any chance? I am not finding good examples/documentation around this on retrieving secrets from Hashicorp Vault.little-cartoon-10569
11/10/2021, 9:08 PMbulky-policeman-29913
11/10/2021, 9:09 PMvar mySecret = pulumi.output(vault.generic.getSecret({
path: 'whatever/my-secret'
}));
mySecret.data[<key>]
gets the values for a given keylittle-cartoon-10569
11/10/2021, 9:10 PMbulky-policeman-29913
11/11/2021, 1:40 PM