Omar Faruk
02/20/2025, 11:08 AMMarvin
02/20/2025, 11:09 AMdocker-registry-credentials
block is set up properly. This block can store credentials securely and reference them in your deployment.
2. Configure Prefect YAML: In your prefect.yaml
, use block references to access these credentials. This way, the sensitive data is not exposed in the UI or stored in plaintext.
3. Runtime Resolution: When you run your deployment, Prefect will resolve these references at runtime, keeping your credentials secure.
For more details, you can refer to the Prefect documentation on infrastructure concepts and YAML configuration.
If you have specific questions about setting up these blocks or need further assistance, feel free to ask!Omar Faruk
02/20/2025, 11:16 AM