aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/S3_remote___8212___un-embedding_creds__63__.mdwn
diff options
context:
space:
mode:
authorGravatar m@2be305d83b52202ec4364229a836f463a6701336 <m@web>2017-02-19 19:03:24 +0000
committerGravatar admin <admin@branchable.com>2017-02-19 19:03:24 +0000
commite92d4b07980ef024e2dc3f2dba0b6a74b18bfb61 (patch)
treed383233668b46c905ebab087c86256a8e7e35af3 /doc/bugs/S3_remote___8212___un-embedding_creds__63__.mdwn
parenta66f37e9d62e8479446237a3baaf737db726f7c5 (diff)
Diffstat (limited to 'doc/bugs/S3_remote___8212___un-embedding_creds__63__.mdwn')
-rw-r--r--doc/bugs/S3_remote___8212___un-embedding_creds__63__.mdwn34
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/bugs/S3_remote___8212___un-embedding_creds__63__.mdwn b/doc/bugs/S3_remote___8212___un-embedding_creds__63__.mdwn
new file mode 100644
index 000000000..d26cf3f8c
--- /dev/null
+++ b/doc/bugs/S3_remote___8212___un-embedding_creds__63__.mdwn
@@ -0,0 +1,34 @@
+### Please describe the problem.
+
+After once embedding credentials into a S3 remote, there’s no way to un-embed them.
+
+### What steps will reproduce the problem?
+
+1. Add a S3 remote with `embedcreds=yes`.
+1. Try to set `embedcreds=no`.
+1. `git annex sync` here, and in some other clone.
+1. Check `git annex info my-s3-remote` for the other clone. Credentials are still embedded.
+
+### What version of git-annex are you using? On what operating system?
+
+6.20170101 on NixOS 16.09 (stable).
+
+### Please provide any additional information below.
+
+[[!format sh """
+% g annex info test2 | grep '^creds'
+creds: embedded in git repository (gpg encrypted)
+
+% g annex enableremote test2 embedcreds=no
+enableremote test2 (encryption update) (to gpg keys: 134164FA6FAFE075) ok
+(recording state in git...)
+
+% g annex info test2 | grep '^creds'
+creds: embedded in git repository (gpg encrypted)
+
+%
+"""]]
+
+### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
+
+Yes, it’s awesome! Thank you!