Specify readers, writes, admins
enable_role_system: true
and roles_file
settings in both your router’s and coordinator’s config.
Refer to the pkg/config/roles.go file for the most up-to-date configuration options.
Setting | Description | Possible Values |
---|---|---|
id | Unique identifier for the table group. | Any string value |
readers | List of users with read access to the table group. | Array of string values |
writers | List of users with write access to the table group. | Array of string values |
admins | List of users with admin access to the table group. | Array of string values |