Encrypting brokers.toml
, account and ledger files for git
#532
Labels
broker-backend
`brokerd`/`datad` related backend tech
brokers-can-smbz
features that suits should provide
config
Since there's often API keys, special private networking config
stuff and maybe even account numbers stored in this file we should
probably support out of the box
git
-crypting of some sort toavoid users being paranoid about their git service providers
😶🌫️
Also, obviously users may want to encrypt trades ledgers and
account files from the
.accounting
subsys so as to not leak theircurrent positions to the world 😂
Definitely relates to #530 😎
git
python APIsgit
Encryption reposHere's an off the cuff list of projects that might be handy for
this, mostly pulled from a summary blog
post:
git-crypt
https://github.com/AGWA/git-crypt
https://www.agwa.name/projects/git-crypt/
git-easy-crypt
git-remote-gcrypt
blackbox
(from SO oddly enough)docker
secretsprolly more discussion to come.
The text was updated successfully, but these errors were encountered: