Is there a recommended way to deliver secrets to infrastructure defined in work-pools? Can this be d...
j
Is there a recommended way to deliver secrets to infrastructure defined in work-pools? Can this be done using prefect secret blocks? Or is it best to just use AWS secret manager if my infrastructure is ECS?
d
Do u need the secrets on ur flow or on the infra ?
j
I'm migrating code that previously used ECSRun to set secrets as environmental variables - and I see that you can set environmental variables using the work-pool config UI
but thought there might be a better/safer way using prefect secret manager