Skip to content
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
Binary file added public/docs-static/img/overview/delete-groups.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion src/pages/how-to/manage-network-access.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Here are some key attributes of groups:
- Peers can be part of multiple groups simultaneously.
- Groups can be included in the 'Source' and 'Destination' lists of policies.
- Groups are generated within the 'Access Control' or 'Peers' tabs.
- Groups can be deleted only via the API.
- Groups can be deleted in Settings > Groups
- There exists a default group called 'All'.

<Note>
Expand Down Expand Up @@ -108,6 +108,12 @@ You can assign a peer to a group by accessing the `Peers` section. Then, choose
You can assign groups automatically with the [peer auto-grouping feature](/how-to/register-machines-using-setup-keys#peer-auto-grouping).
</Note>

### Deleting Groups
You can review where groups are used and delete old ones in Settings > User Groups.
<p>
<img src="/docs-static/img/overview/delete-groups.png" alt="high-level-dia" className="imagewrapper"/>
</p>

### Updating Policies

To update a policy, just click on its name and customize it according to your requirements. This action will open the same screen where you can update policy groups, descriptions, and status, or modify allowed traffic direction, protocols with ports, and posture checks, similar to the information described in the "Creating Policies" section above.
Expand All @@ -124,3 +130,4 @@ To delete a policy, click on `Delete` in the table, and confirm the message that
<p>
<img src="/docs-static/img/overview/delete-rule-menu.png" alt="high-level-dia" className="imagewrapper"/>
</p>