comment
This commit is contained in:
parent
7a63260a8f
commit
3d53cbc614
2 changed files with 11 additions and 0 deletions
1
Creds.hs
1
Creds.hs
|
@ -75,6 +75,7 @@ setRemoteCredPair' mkval parseconfig encsetup c gc storage mcreds = case mcreds
|
||||||
| embedCreds pc -> do
|
| embedCreds pc -> do
|
||||||
let key = credPairRemoteField storage
|
let key = credPairRemoteField storage
|
||||||
localcache creds
|
localcache creds
|
||||||
|
liftIO $ print ("set creds", key, creds)
|
||||||
storeconfig creds key =<< remoteCipher pc gc
|
storeconfig creds key =<< remoteCipher pc gc
|
||||||
| otherwise -> do
|
| otherwise -> do
|
||||||
localcache creds
|
localcache creds
|
||||||
|
|
|
@ -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.
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue