This message was deleted.
# general
s
This message was deleted.
s
It doesn't appear to be supported. Could you please open an issue here https://github.com/pulumi/pulumi-service/issues/new/choose ?
🙏 1
b
it wouldn’t be a service issue. The authentication is handled by this library: https://github.com/google/go-cloud filing an issue there is the first step
🙏 1
b
@billowy-army-68599 just want to confirm. The library that is use for
pulumi up/preview/destroy
have nothing to do with pulumi_vault, right ?
b
no, the provider binary and the cli binary operate differently and handle authentication differently
the cli talks to the provider via GRPC (via localhost), so they auth independently from each other
b
and Pulumi team use go-cloud for this
b
go-cloud is used for the self managed secrets providers and the self managed backends
it’s NOT used for the
pulumi_vault
provider
b
yeah, I am asking about self managed secret provider.
I was confused that configs like
vault:address
and
vault:namespace
would work. but, that’s not the case
thank you for clarifying this