https://prefect.io logo
s

scott

07/24/2023, 5:03 PM
Any way to run a flow with prepended commands for accessing secrets which the flow needs? I know about using environment variables, but I need to prepend a set of commands to access secrets. Most of my flows runs make commands that take care of the secrets, but I’m trying to run a flow directly from a Python file and I’m not seeing an obvious way to prepend commands to access my secrets.