diff --git a/static/partials/guide.html b/static/partials/guide.html index e3af803a6..49124aa1d 100644 --- a/static/partials/guide.html +++ b/static/partials/guide.html @@ -50,11 +50,32 @@ Email: my@email.com
+

Using robot accounts Requires Admin Access

+
+
+ There are many circumstances where permissions for repositories need to be shared across those repositories (continuous integration, etc). + To support this case, Quay allows the use of robot accounts which can be created in the user/organization's admin view and can be + shared by multiple repositories that are owned by that user or organization. +
+ + +
+

Using access tokens in place of users Requires Admin Access

- There are many circumstances where it makes sense to not use a user's username and password (deployment scripts, etc). - To support this case, Quay allows the use of access tokens which can be created on a repository and have read and/or write + For per-repository token authentication, Quay allows the use of access tokens which can be created on a repository and have read and/or write permissions, without any passwords.