-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2043 from SEKOIA-IO/doc/alert_filter
Add documentation for review alert features
- Loading branch information
Showing
6 changed files
with
62 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Restricted roles | ||
|
||
!!! Important | ||
Users with a restricted role have access to a very limited set of features. They can only view `events` and `alerts` associated with selected `intakes`. | ||
|
||
## Creating a restricted role | ||
|
||
To create a restricted role, follow these steps: | ||
|
||
1. Go to Settings > Workspace > Roles | ||
2. Click on the Add New Role button | ||
3. Provide role details: | ||
- Role name: Enter a name for the new role | ||
- Description: Write a description between 10 and 1000 characters to explain the purpose and responsibilities associated with this role | ||
4. Click on the `specific intakes` label to display the list of intakes available in the workspace | ||
5. Select the `intakes` authorized for this role | ||
6. Choose the specific permissions you want to assign to this role. These permissions will define what actions users with this role can perform | ||
7. Click Save to create the role. The new role will now appear in the roles listing with a `Restricted intakes` badge. | ||
|
||
## Assigning the restricted role to users | ||
|
||
Once the restricted role is created, you can assign it to existing users: | ||
|
||
1. Navigate to the Workspace users page in the settings menu | ||
2. Select the user you want to assign the role to | ||
3. Attribute the new restricted role to the user and save your changes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters