[Secrets management “as code” 🔑🕵️♂️]
I want to:
• keep secrets in Azure Key Vault, or as code in GitLab secured repository separate from my prefect project
◦ Have CI/CD to deploy the secrets
• Prefect to only use secrets from there
◦ At best disable any manual interactions with secret blocks — No possibility to overwrite a password in the ui etc.
Does anyone have something like this implemented?
Using: self hosted prefect 3, k8s worker