some-potato-47682
10/01/2024, 4:14 AMerror: getting stack configuration: get stack secrets manager: open keeper hashivault://*********: neither VAULT_SERVER_URL nor VAULT_ADDR environment variables are set
Am I able to set the values as configs or they need to be environment variables?future-hairdresser-70637
10/01/2024, 10:39 AMpulumi-vault
provider, you can set these via env var or stack config; see https://www.pulumi.com/registry/packages/vault/installation-configuration/#configurationsome-potato-47682
10/01/2024, 11:01 AMfuture-hairdresser-70637
10/01/2024, 11:07 AMfuture-hairdresser-70637
10/01/2024, 11:14 AMpulumi
uses https://pkg.go.dev/gocloud.dev/secrets/hashivault under-the-hood so
The default URL opener will dial a Vault server using the environment variables "VAULT_SERVER_URL" (or "VAULT_ADDR") and "VAULT_SERVER_TOKEN" (or "VAULT_TOKEN").applies