This commit is contained in:
Joey Hess 2020-06-16 14:36:47 -04:00
parent 7a63260a8f
commit 3d53cbc614
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 11 additions and 0 deletions

View file

@ -75,6 +75,7 @@ setRemoteCredPair' mkval parseconfig encsetup c gc storage mcreds = case mcreds
| embedCreds pc -> do
let key = credPairRemoteField storage
localcache creds
liftIO $ print ("set creds", key, creds)
storeconfig creds key =<< remoteCipher pc gc
| otherwise -> do
localcache creds

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="joey"
subject="""comment 3"""
date="2020-06-16T18:36:36Z"
content="""
Confirmed this bug. This feels like it should trigger a release, as it
could break existing workflows in a surprising way, and even maybe result
in data loss if the user was relying on git-annex embedding the creds and
didn't otherwise have a way to get them.
"""]]