From 5490bf395bab69f45efbef1b9b37095b77c9eaf6 Mon Sep 17 00:00:00 2001 From: Stuart Clements Date: Thu, 12 Sep 2019 13:45:38 +0200 Subject: [PATCH] Comment from Daniel --- docs/user_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide.md b/docs/user_guide.md index 3175a565d..629767e01 100644 --- a/docs/user_guide.md +++ b/docs/user_guide.md @@ -688,7 +688,7 @@ new ID token and the CLI secret will work again. Robot Accounts are accounts created by project admins that are intended for automated operations. They have the following limitations: 1, Robot Accounts cannot login Harbor portal -2, Robot Accounts can only perform `docker push` / `docker pull` operations with a token. +2, Robot Accounts can only perform operations by using the Docker and Helm CLIs. ### Add a Robot Account If you are a project admin, you can create a Robot Account by clicking "New Robot Account" in the `Robot Accounts` tab of a project, and enter a name, a description, and grant permission to the account to push and pull images and Helm charts.