Commit-Boost / commit-boost-client

Commit-Boost allows Ethereum validators to safely run MEV-Boost and community-built commitment protocols
https://commit-boost.github.io/commit-boost-client/
Apache License 2.0
70 stars 32 forks source link

Secure sensitive information with secrets management #80

Open fbrv opened 2 months ago

fbrv commented 2 months ago

Currently, we store sensitive information in environment variables. To enhance security, we should use external secret management tools, such as Docker secrets, to securely store and manage this sensitive data.