File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,8 @@ You can get access to the environment's unique identifier by querying the enviro
102
102
103
103
By default, ingress does not filter traffic. You can add restrictions to limit access based on IP addresses. There are two ways to filter traffic:
104
104
105
- * Allow access from a list of IP address ranges, deny all other inbound traffic
106
- * Deny access from a list of IP address ranges, allow all other inbound traffic
105
+ * Allow list - deny all inbound traffic, but allow access from a list of IP address ranges
106
+ * Deny list - allow all inbound traffic, but deny access from a list of IP address ranges
107
107
108
108
> [ !NOTE]
109
109
> If defined, all rules must be the same type. You cannot combine allow rules and deny rules.
You can’t perform that action at this time.
0 commit comments