Hey everyone, quick question on using pulumi autom...
# automation-api
h
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
what do you have so far?
a
Have you tried setting:
Copy code
auto.LocalWorkspace(project_settings=project_settings,secrets_provider=secrets_provider)
Where the secrets_provider is the KMS key?