vapor-ware / sctl

SCTL is not End2End encryption, instead SCTL is more of an envelope, in which you store secrets until they are needed, and those secrets should only remain available in plain text while the operation that needs them is active.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please document env vars

eosborne-vio opened this issue · comments

Grepping through source, it looks like $SCTL_KEY and $SCTL_ENVELOPE are the only two env vars supported. It would be nice if $SCTL_ENVELOPE was documented. I can do this if you want, but please confirm that these are in fact the only two environment variables sctl cares about.