We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Role system currently has one feature: whether a user with given Git username is a registry manager or not.
To specify manager roles, place roles.yaml in registry data repository root, with format as follows:
roles.yaml
johnsmith: isManager: true
Users who are not managers do not have to explicitly specify isManager: false.
isManager: false