Skip to content

Access Controls for your services

Satish Malireddi edited this page Jun 6, 2019 · 1 revision

Overview

Service owners can share access with other users who are collaborating in a team, application or product setup. Based on each role, access control determines what users can or cannot do with a service. Users can be added or removed from specific roles in a given category using Access Control feature.

Access Categories

Management Access is used to manage the service

  • Users with Admin access can administer the service. They can modify access controls for the service (add/remove users to various roles), manage/delete the service etc.
  • Users with Read access can get read-only on the service from Jazz UI. Adding user to other categories will automatically give read access to the service.

Code Access is used to control the permissions of the code repository of the service

  • Users with Write access in this category will get read-write permissions to the code repository
  • Users with Read access in this category will get read-only permission to the code repository

Deploy Access is used to control the deployment access of the service

  • Users with Write access in this category can trigger deployments and access deployment details for the service in Jazz UI
  • Users with Read access in this category will only get read access to deployment details for this service in Jazz UI

Manage Access

From the Service Dashboard page, click on the service which will take you to the Service Overview page. You can find Access Control tab which will be used to manage access control as shown below. Only users with admin access to the service can manage the access.

Jazz UI - Access Control

Click on the Edit button to add/remove users from each of the categories. Note that adding user to code or deploy categories will automatically give manage read access to the service.

Jazz UI - Edit Access Control