I am looking to implement an inline layer that can be used across multiple policies which apply to end users. The end users can come via different GWs and we need a consistent policy across multlple gateways.
My main question relates to access roles and how this works when you have the initial rule of the inline policy as a group of networks from which users come as the src.
Within the access roles, the same group is defined as a specific network. Can I still use the access role within the inline policy that has the initial rule with the group as the source?
So first rule
src: USERS-GROUP
dst: any
Action: Inline Layer - USER-POLICY
Sub rule
src: HR-USERS (Access Role) - Specific Network USERS-GROUP
dst: HR-SYSTEM
svc: HTTPS
Will the sub rule still apply so long as the source of the user will still be within the USERS-GROUP defined on the first rule?