As a user, instead of keeping raw variables (which may be secrets) in my workflows, I would like to be able to reference a secret using " {{ secrets.SECRET_NAME }}".
PRD:
- New screen in the settings page, that allows one to CRUD tenant secrets.
- New API that utilizes
SecretManagerFactory.get_secret_manager to CRUD secrets in the backend
- Load relevant workflow secrets to
context_manager to allow reference in a workflow
As a user, instead of keeping raw variables (which may be secrets) in my workflows, I would like to be able to reference a secret using " {{ secrets.SECRET_NAME }}".
PRD:
SecretManagerFactory.get_secret_managerto CRUD secrets in the backendcontext_managerto allow reference in a workflow