Hi all - I have a bit of an open-ended question, b...
# prefect-server
r
Hi all - I have a bit of an open-ended question, but would it be acceptable security-wise to store all our secrets into GoogleSecretManager and then have a prefect task read in the secrets and then pass in those secrets to subsequent tasks in the flow?
k
Hey @Riley Hun, I think this is certainly viable - as long as there’s no checkpointing in your flow, the data is simply passed in memory. I’d recommend using a PrefectSecret task to ensure that the values never checkpoint. Curious to know others’ opinions here!