This message was deleted.
# getting-started
s
This message was deleted.
b
n
I have used sops for this . Can you explain me how can I approach?
b
You start the py code like this config = pulumi.Config() #... mongo_username = config.require("mongo_username") mongo_password = config.require_secret("mongo_password")
And use config.require(“varnams”)
n
Ok but I have many secrets to be stored..if all secrets stored in one pulumi.dev.yaml file it doesn't become complex ? And also I have all my variables there only
b
Ok you can use stacks and configuring secrets feature by pulumi take reference from here https://www.pulumi.com/blog/managing-secrets-with-pulumi/