Skip to content

Commit

Permalink
auth: Remove robot references from scopes list (PROJQUAY-0000)
Browse files Browse the repository at this point in the history
Removes references from the Oauth scopes page concerning robot accounts. Oauth tokens currently cannot be assigned to robot accounts so current wording creates confusion.
  • Loading branch information
ibazulic committed Nov 25, 2024
1 parent a2f02db commit 115726a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions auth/scopes.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
title="View all visible repositories",
description=(
"This application will be able to view and pull all repositories "
"visible to the granting user or robot account"
"visible to the granting user"
),
)

Expand All @@ -24,7 +24,7 @@
title="Read/Write to any accessible repositories",
description=(
"This application will be able to view, push and pull to all "
"repositories to which the granting user or robot account has "
"repositories to which the granting user has "
"write access"
),
)
Expand All @@ -36,7 +36,7 @@
title="Administer Repositories",
description=(
"This application will have administrator access to all "
"repositories to which the granting user or robot account has "
"repositories to which the granting user has "
"access"
),
)
Expand All @@ -47,8 +47,8 @@
dangerous=False,
title="Create Repositories",
description=(
"This application will be able to create repositories in to any "
"namespaces that the granting user or robot account is allowed "
"This application will be able to create repositories in all "
"namespaces that the granting user is allowed "
"to create repositories"
),
)
Expand Down

0 comments on commit 115726a

Please sign in to comment.