goharbor / harbor

An open source trusted cloud native registry project that stores, signs, and scans content.

Home Page:https://goharbor.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

request: extend robot permissions to update individual project quotas

blancadesal opened this issue · comments

This would allow us to automate user quota management in a multi-tenant scenario with thousands of users.

Currently, only regular user accounts can do this, if granted admin permissions, but this is not best-practice from a security standpoint.

In addition to enabling us to set individual quotas, this would also allow updating existing projects to a new default project quota. Changes to the default quota do not apply to existing projects, so having some means to update individual projects is necessary here too.

duplicate of #20076