You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot reproduce this problem, that's what I did:
copy examples/tutorial-secrets/environments/gocept.cfg to dev.cfg (does not seem to be necessary)
call env GNUPGHOME=......./src/batou/secrets/tests/fixture/gnupg ./batou secrets edit dev
This allows me to change and save secrets/dev.cfg.
It also can be edited again.
I found the following problems while poking around:
When I create a secrets file for a new environment and do not change anything before closing a file in secrets is created but it has a length of 0 Bytes. Trying to edit this file fails because it could not be decoded and I get a traceback.
Creating a secrets file for a new environment and leaving members blank prevents batou from encrypting the file so it asks me to edit, encrypt or quit. If I choose quit I also end up with a zero bytes long file in secrets
No description provided.
The text was updated successfully, but these errors were encountered: