bitter-carpenter-93554
03/16/2023, 5:35 AMpulumi stack init my-stack \
--secrets-provider="<hashivault://payroll>"
Command above works fine when I set env variable VAULT_TOKEN
. However, id does not work when VAULT_TOKEN
is unset and instead I have token in my ~/.vault-token
.
Is it possible to make pulumi work with ~/.vault-token
?steep-sunset-89396
03/16/2023, 5:41 AMbillowy-army-68599
03/16/2023, 2:18 PMbitter-carpenter-93554
03/17/2023, 12:53 AMpulumi up/preview/destroy
have nothing to do with pulumi_vault, right ?billowy-army-68599
03/17/2023, 12:54 AMbitter-carpenter-93554
03/17/2023, 12:56 AMbillowy-army-68599
03/17/2023, 12:56 AMpulumi_vault
providerbitter-carpenter-93554
03/17/2023, 12:57 AMvault:address
and vault:namespace
would work. but, that’s not the case