pluralsh/console

`PLURAL_ENCRYPTION_KEY_FILE` ignored by the console

maciejp-ro opened this issue · 1 comments

key: {{ dedupe . "console.secrets.key" (readFile (homeDir ".plural" "key")) | quote }}

This line always reads ~/.plural/key, regardless of PLURAL_ENCRYPTION_KEY_FILE env variable

Good catch, but you also should be able to manually overwrite it and it'll take your update from then on if you want to avoid that default