-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[CASEM-1642] Add Granular Access Control in case Management #27153
base: master
Are you sure you want to change the base?
Conversation
a8f9ed4
to
7cf7a84
Compare
|
||
By default, access to projects and cases is unrestricted. [Granular Access Control][1] can be used to manage the permissions of users, teams, roles, or your full organization at the project level. There are four sets of permissions that can be used: | ||
- **Manager**: Users can create and edit cases, views, settings, and permissions of the project, and can delete the project. | ||
- **Contributor**: Users can create, comment and edit cases, but not change settings or permissions or the project. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- **Contributor**: Users can create, comment and edit cases, but not change settings or permissions or the project. | |
- **Contributor**: Users can create, comment on, and edit cases. They can't change settings, permissions, or the project. |
By default, access to projects and cases is unrestricted. [Granular Access Control][1] can be used to manage the permissions of users, teams, roles, or your full organization at the project level. There are four sets of permissions that can be used: | ||
- **Manager**: Users can create and edit cases, views, settings, and permissions of the project, and can delete the project. | ||
- **Contributor**: Users can create, comment and edit cases, but not change settings or permissions or the project. | ||
- **Viewer**: Users can view and watch all cases, views and settings of the project. They can’t create, edit, or comment on cases. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- **Viewer**: Users can view and watch all cases, views and settings of the project. They can’t create, edit, or comment on cases. | |
- **Viewer**: Users can view and watch all cases, views, and settings of the project. They can’t create, edit, or comment on cases. |
- **Viewer**: Users can view and watch all cases, views and settings of the project. They can’t create, edit, or comment on cases. | ||
- **No Access**: Users can’t view any cases, views, or settings of the project. | ||
|
||
Note that other Datadog products that integrate with Case Management in an automated way such as Monitors are able to create cases within a project regardless of the project’s access settings |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that other Datadog products that integrate with Case Management in an automated way such as Monitors are able to create cases within a project regardless of the project’s access settings | |
**Note:** Other Datadog products that integrate with Case Management, such as Monitors, are able to automatically create cases within a project regardless of the project’s access settings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This image contains company email addresses. Please blur the address or replace them with fake emails. Alternately, you could remove this image. The doc is clear and understandable without it, and images create a maintenance burden.
What does this PR do? What is the motivation?
Case Management team is going to be releasing Project-level Access Control end of january. We want to update the public documentation to guide users as to what they can expect from this new feature.
Also, we are in the same release removing the Membership concept in case management : users won't be able to be a member of project, or to join or leave a project. so, we want to remove that from the documentation as well
Merge instructions
It's not ready to be merged. We want to merge this after we have GA the feature end of january
Merge readiness: