https://pulumi.com logo
#automation-api
Title
# automation-api
h

handsome-butcher-2572

03/28/2022, 6:43 PM
Hey everyone, quick question on using pulumi automation API local. Has anyone figured out how to leverage secrets_provider in automation API main.py file, I am trying to run this through my CICD pipeline, but havnt been able to get past adding KMS key for secret encryption.
b

billowy-army-68599

03/28/2022, 6:45 PM
what do you have so far?
a

able-thailand-87943

03/31/2022, 10:53 AM
Have you tried setting:
Copy code
auto.LocalWorkspace(project_settings=project_settings,secrets_provider=secrets_provider)
Where the secrets_provider is the KMS key?
2 Views