Skip to content

Commit 941bdcc

Browse files
committed
Enhance resource access management documentation
Updated the section on managing access to resources to clarify the assignment of resources to groups and the creation of access control policies. Added details on how peers access resources based on group policies and included a note about resources not being part of the built-in 'All' group by default.
1 parent 0bceba7 commit 941bdcc

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/pages/manage/networks/index.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ On a technical level the feature works as follows:
104104

105105
## Manage access to resources
106106

107-
To manage access to resources, you can assign them to groups and create [access control policies](/manage/access-control/manage-network-access#creating-policies) to define which peers can access them.
107+
To manage access to resources, you should assign them to groups and create [access control policies](/manage/access-control/manage-network-access#creating-policies) to grant access from the specific peer groups. A peer will "see" the resource only after a policy allows access from one of peer's (source) groups to one of the resource's (destination) groups.
108+
108109
See the image below with an example resource `CRM`:
109110
<p>
110111
<img src="/docs-static/img/manage/networks/index/resources-2.png" alt="resource-group" className="imagewrapper"/>
@@ -113,6 +114,11 @@ See the image below with an example resource `CRM`:
113114
Access control policies are rules that define which peers can access the resources in your network. You can create policies based on the source and destination groups, and the type of traffic allowed (e.g., TCP, UDP, ICMP).
114115
The groups assigned to resources should always be placed in the destination input field of the policy.
115116
The peers belonging to the source groups will receive the resources linked to the policy and the firewall rules will be applied according to what is defined.
117+
118+
<Note>
119+
Unlike peers, resources are not members of the built-in `All` group by default. If you want to utilize `All` group rules with resources, you must explicitly add them to this group.
120+
</Note>
121+
116122
See the example below with a policy that allows the group `Berlin Office` to access the internal CRM system:
117123

118124
<p>

0 commit comments

Comments
 (0)