followup
authorJoey Hess <joeyh@joeyh.name>
Mon, 16 Mar 2020 17:20:22 +0000 (13:20 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 16 Mar 2020 17:26:58 +0000 (13:26 -0400)
doc/bugs/p2p_auth_token_can_only_be_retrieved_at_generation_time/comment_1_53132295395cb3e504b55c90bc705518._comment [new file with mode: 0644]

diff --git a/doc/bugs/p2p_auth_token_can_only_be_retrieved_at_generation_time/comment_1_53132295395cb3e504b55c90bc705518._comment b/doc/bugs/p2p_auth_token_can_only_be_retrieved_at_generation_time/comment_1_53132295395cb3e504b55c90bc705518._comment
new file mode 100644 (file)
index 0000000..1878278
--- /dev/null
@@ -0,0 +1,17 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2020-03-16T17:20:10Z"
+ content="""
+You can run git-annex p2p --gen-addresses repeatedly. Each address
+can be given to one entity you want to grant access to the repository.
+
+That way, if you choose to revoke access later, you can revoke just one.
+
+Not that there's currently a command to revoke, but it just deletes
+the address from .git/annex/creds/p2pauth.
+
+If you'd like to contribute, you could maybe improve the documentation
+so it's clearer that --gen-addresses can be used repeatedly, 
+or add a --remove-address or something like that.
+"""]]