Open
Description
Affected feature
Secret manager integration with hashicorp vault
Details
The operator's integration with hashicorp vault secret manager is a bit more complicated than other cloud secret managers since it typically needs a renewable token. Pulumi's cloud secret manager support relies on https://gocloud.dev/ which in the case of Hashi vault, requires that the token be specified using a static environment variable VAULT_SERVER_TOKEN
. In the case of the Pulumi CLI this is workable since the CLI is shortlived but this is not workable in the Operator.