README.md: fix permission info on api endpoints

This updates the docs to match how permissions work since
the delegation model changed in 8e910c20.
This commit is contained in:
Peter Sanford
2015-07-16 09:44:40 -05:00
parent f781497cdb
commit 68c9b46d1c
+3 -3
View File
@@ -114,7 +114,7 @@ Example query:
Summary provides a list of the users with keys on the system, and a
list of users who have currently delegated their key to the
server. Only Admins are allowed to call summary.
server.
Example query:
@@ -145,7 +145,7 @@ Example query:
### Encrypt
Encrypt allows an admin to encrypt a piece of data. A list of valid
Encrypt allows a user to encrypt a piece of data. A list of valid
users is provided and a minimum number of delegated users required to
decrypt. The returned data can be decrypted as long as "Minimum"
number users from the set of "Owners" have delegated their keys to the
@@ -164,7 +164,7 @@ The data expansion is not tied to the size of the input.
### Decrypt
Decrypt allows an admin to decrypt a piece of data. As long as
Decrypt allows a user to decrypt a piece of data. As long as
"Minimum" number users from the set of "Owners" have delegated their
keys to the server, a base64 encoded object with the clear data and the
set of "Owners" whose private keys were used is returned.