Skip to content

Defining user roles

Anton Strogonoff edited this page Jun 29, 2020 · 1 revision

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:

johnsmith:
  isManager: true

Users who are not managers do not have to explicitly specify isManager: false.

Clone this wiki locally