Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service Catalog: teams and roles #7849

Merged
merged 3 commits into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions app/konnect/org-management/teams-and-roles/roles-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@ The following predefined roles are available in {{site.konnect_short_name}}:
| Creator | Access to create a new mesh control plane in Mesh Manager. The creator becomes the owner of the control plane they create, gaining admin access to the new control plane. <br><br>This role does not grant access to _existing_ control planes or their configurations. See the mesh control plane `Admin` role. |
| Viewer | Read-only access to all the configurations of a {{site.konnect_short_name}} mesh control plane, including zones, Zone Ingress and Egress, meshes, and RBAC. |

## Service Catalog

| Role | Description |
|-----------------------------|--------------|
| Integration Admin | Can view and edit all integrations (install/authorize). |
| Service Viewer | Can view a select list of services and all resources and discovery rules. |
| Service Admin | Can view and edit a select list of services, map resources to those services, and manage all resources and discovery rules. |
| Service Creator | Can create new services, becomes the service admin for any service they create, and can view, edit, and create all resources and discovery rules.


## Administration

| Role | Description |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ Keywords:
| Data Plane Node Admin | Users can configure data plane nodes for the organization. They can also manage global configuration of the following entities: Gateway services, routes, plugins, upstreams, SNIs, and certificates.
| API Product Admin | Users can create and manage API products, including publishing API product versions to Dev Portal and enabling application registration.|
| API Product Developer | Users can create and manage versions of API products. |
| Service Admin | Users can view and edit a select list of services, map resources to those services, and manage all resources and discovery rules. |

To set up a custom team, see [Manage Teams and Roles](/konnect/org-management/teams-and-roles/).
Loading