jackstenglein / chess-dojo-scheduler

8 stars 8 forks source link

Method for Securely Sharing Config #469

Open chao-mu opened 1 month ago

chao-mu commented 1 month ago

Problem: currently secrets are required to be sent via outside channels.

Possible solution: https://github.com/dotenv-org/dotenv-vault

Currently just cypress is using the dotenv ecosystem, but it would also be nice to control these things for the other environments.

I have not used dotenv-vault before, but it seems promising.