I’m wanting to make sure I understand best practic...
# ask-community
k
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
Secrets are not checkpointed by design.
k
Ok thanks for the info!