Update access controls screenshots

This commit is contained in:
braginini
2023-07-01 20:38:51 +02:00
parent 5ceb5959ab
commit 375ff16cc4
6 changed files with 11 additions and 19 deletions

View File

@@ -68,23 +68,19 @@ Also you can create unidierectional rules to restrict traffic between groups for
## Managing Rules
### Creating Rules
After accessing the `Access Control` tab, you can click on the `Add Rule` button to create a new rule. This will open a screen
where you need to name the rule, set its status, and add groups to the source and destination lists. For TCP and UDP protocols,
if you define ports, you also can set the direction of the traffic.
After accessing the `Access Control` tab, you can click the `Add Rule` button to create a new rule.
In the popup, specify a name for the rule, and define source and destination groups.
You can set traffic direction only when you choose TCP or UDP protocols.
<p>
<img src="/docs-static/img/overview/create-rule.png" alt="high-level-dia" width="300" className="imagewrapper"/>
<img src="/docs-static/img/overview/create-rule.png" alt="high-level-dia" className="imagewrapper"/>
</p>
If required, you can create new groups by simply entering new names in the input box for either source or destination lists.
<p>
<img src="/docs-static/img/overview/create-group-in-rule.png" alt="high-level-dia" width="300" className="imagewrapper"/>
</p>
If required, you can create new groups by entering new names in the input box for either source or destination lists.
Once you are done configuring the rule, click the `Create` button to save it. You will then see your new rule in the table.
<p>
<img src="/docs-static/img/overview/new-rule-list.png" alt="high-level-dia" width="600" className="imagewrapper"/>
<img src="/docs-static/img/overview/new-rule-list.png" alt="high-level-dia" className="imagewrapper"/>
</p>
<Note>
@@ -96,11 +92,11 @@ Protocol type All or ICMP must be bi-directional. Also unidirectional traffic fo
</Note>
### Adding peers to groups
If you create a new group when defining a rule, you will need to associate peers with this group.
If you create a new group when defining a rule, you will need to add a peer to the group for the rule to take effect.
You can do it by accessing the `Peers` tab and clicking the `Groups` column of any peer you want to associate with the new group.
<p>
<img src="/docs-static/img/overview/associate-peer-groups.png" alt="high-level-dia" width="300" className="imagewrapper"/>
<img src="/docs-static/img/overview/associate-peer-groups.png" alt="high-level-dia" className="imagewrapper"/>
</p>
<Note>
@@ -113,15 +109,11 @@ button of a rule and select `View`. This will open the same screen where you can
traffic direction and protocols with ports.
### Disabling Rules
To disable a rule, you should follow the steps of [updating rules](#updating-rules) changing its status, and then click on Save.
To disable a rule, use the switch in the `Enabled` column of the table.
### Deleting Rules
To delete a rule, you should click on the rule's menu and choose `Delete`. A confirmation window will pop up.
To delete a rule, click `Delete` in the table. A confirmation window will pop up.
<p>
<img src="/docs-static/img/overview/delete-rule-menu.png" alt="high-level-dia" width="600" className="imagewrapper"/>
</p>
<p>
<img src="/docs-static/img/overview/delete-rule-popup.png" alt="high-level-dia" width="300" className="imagewrapper"/>
<img src="/docs-static/img/overview/delete-rule-menu.png" alt="high-level-dia" className="imagewrapper"/>
</p>