https://prefect.io logo
k

Kevin Mullins

01/31/2022, 5:02 PM
I’m wanting to make sure I understand best practices for using secrets between tasks. I see in the documentation that it is preferred to use a secret task passed to other tasks. How does this interact with input caching and checkpointing? I want to make sure I handle things correctly so credentials don’t get leaked.
k

Kevin Kho

01/31/2022, 5:12 PM
Secrets are not checkpointed by design.
k

Kevin Mullins

01/31/2022, 5:24 PM
Ok thanks for the info!
3 Views