Store secret strings
You can use theSecret
block to store secret strings.
Secret
block with the same name.
overwrite
parameter set to True
.
Store common configuration securely
Prefect offers a set of blocks for storing common configuration. Many of these blocks are included as part of Prefect’s integration libraries. For example, use theAwsCredentials
block to store AWS keys to connect to AWS services in your workflows.
You can install
prefect-aws
by running pip install prefect-aws
.