From b5899671f14591260fb623d087e0dd15b25f133f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 16 Mar 2020 13:20:22 -0400 Subject: [PATCH] followup --- ..._1_53132295395cb3e504b55c90bc705518._comment | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/bugs/p2p_auth_token_can_only_be_retrieved_at_generation_time/comment_1_53132295395cb3e504b55c90bc705518._comment 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 index 0000000000..1878278469 --- /dev/null +++ b/doc/bugs/p2p_auth_token_can_only_be_retrieved_at_generation_time/comment_1_53132295395cb3e504b55c90bc705518._comment @@ -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. +"""]]