Layr-Labs / eigenda-operator-setup

Quick start setup guide for EigenDA
MIT License
80 stars 78 forks source link

Using Docker secrets #44

Open Mahmood1717 opened 8 months ago

Mahmood1717 commented 8 months ago

Docker provides Docker Secrets for managing sensitive information securely. Secrets can be used to pass sensitive data directly to services without exposing them in plain text. so using docker secrets provide more security compared to storing them directly in environment files (e.g., .env files)