summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2023-12-15 13:25:42 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-18 09:18:01 +0000
commit490b94c3b530f88bf6d34b9e94aea28aaff87396 (patch)
tree11601cb65c7b6f096b40d4a13a9c92e7376457e7 /bitbake/bin
parenta49de3ccc11faedf5a98963c39d67f8dd5bdf6e1 (diff)
downloadpoky-490b94c3b530f88bf6d34b9e94aea28aaff87396.tar.gz
bitbake: bitbake-hashserv: Add description of permissions
Adds a text description of the possible permissions in the hash server help text (Bitbake rev: 8295ac1b6672c25bee595cff6e000b2af817f904) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-xbitbake/bin/bitbake-hashserv13
1 files changed, 13 insertions, 0 deletions
diff --git a/bitbake/bin/bitbake-hashserv b/bitbake/bin/bitbake-hashserv
index c560b3e58a..c913c4e3c8 100755
--- a/bitbake/bin/bitbake-hashserv
+++ b/bitbake/bin/bitbake-hashserv
@@ -53,6 +53,19 @@ mode with an SSL terminating load balancer in front of it (as this server does
53not implement SSL). Otherwise all usernames and passwords will be transmitted 53not implement SSL). Otherwise all usernames and passwords will be transmitted
54in the clear. When configured this way, clients can connect using a secure 54in the clear. When configured this way, clients can connect using a secure
55websocket, as in "wss://SERVER:PORT" 55websocket, as in "wss://SERVER:PORT"
56
57The following permissions are supported by the server:
58
59 @none - No permissions
60 @read - The ability to read equivalent hashes from the server
61 @report - The ability to report equivalent hashes to the server
62 @db-admin - Manage the hash database(s). This includes cleaning the
63 database, removing hashes, etc.
64 @user-admin - The ability to manage user accounts. This includes, creating
65 users, deleting users, resetting login tokens, and assigning
66 permissions.
67 @all - All possible permissions, including any that may be added
68 in the future
56 """, 69 """,
57 ) 70 )
58 71