https://pulumi.com logo
b

bumpy-beach-79487

05/28/2020, 2:59 PM
Hi there guys, I'm wondering if it is posible to use
helm_secrets
with Pulumi ?
b

billowy-army-68599

05/28/2020, 3:05 PM
hey! there are a few helm secrets providers, which one are you referring to?
b

bumpy-beach-79487

05/28/2020, 3:06 PM
HI
yes, that one
I'm already using the helm module with helm
b

billowy-army-68599

05/28/2020, 3:07 PM
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

bumpy-beach-79487

05/28/2020, 3:08 PM
yes im planning to use GCP KMS
b

billowy-army-68599

05/28/2020, 3:09 PM
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

bumpy-beach-79487

05/28/2020, 3:09 PM
I will take a look, thank you for your quick answer