The global section allows users/groups to manage global CDS configuration:
Available roles:
manage-permission: Allow users/groups to create/update/delete an permissionmanage-organization: Allow users/groups to create/delete an organizationmanage-region: Allow users/groups to create/delete a regionmanage-hatchery: Allow users/groups to create/update/delete a hatcherycreate-project: Allow users/groups to create a projectYaml example:
name: my-permission-name
global:
- role: manage-permission
users: [foo,bar]
groups: [grpFoo]
List of fields:
role: [mandatory] role to appliedusers: list of usernamesgroups: list of groups