From 4faf782f0189d6e0aed72317664f191d53c0f43d Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Fri, 22 Nov 2013 20:21:26 -0500 Subject: [PATCH] Add docs for robot accounts to the guide --- static/partials/guide.html | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) 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.