There is an issue in the Vault provider where the ...
# general
r
There is an issue in the Vault provider where the provider is using authentication tokens stored in the statefile as opposed to the token provided during the running application: https://github.com/pulumi/pulumi-vault/issues/118 I am interested in trying to work on a fix here, but am unsure if the problem is likely in the provider itself, or if this is a more general Pulumi issue. Has anyone seen an issue like this in any other provider?
e
Its a general problem, but I'll link that vault issue to the main one.
r
Thank you very much 😄