Hi there guys, I'm wondering if it is posible to u...
# general
b
Hi there guys, I'm wondering if it is posible to use
helm_secrets
with Pulumi ?
b
hey! there are a few helm secrets providers, which one are you referring to?
b
HI
yes, that one
I'm already using the helm module with helm
b
unfortunately I don't think it's possible because we only template the helm charts and then use our own apply logic, we don't use helm's. Having said that, I think this recreates many current Pulumi features. You can store secrets in a pulumi stack and they are encrypted already https://www.pulumi.com/docs/intro/concepts/config/#secrets
👍 1
you can also use cloud KMS providers like the helm-secrets integration, I'm not sure it would be needed
b
yes im planning to use GCP KMS
b
take a look at this example https://github.com/pulumi/examples/tree/master/secrets-provider/gcloud you can encrypt your secrets directly with pulumi
b
I will take a look, thank you for your quick answer