You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| name | Required<br />Default: `<generated>`| Name of your ACL ressource |
74
74
| action.type | One of: `allow`, `deny`| The action type |
75
75
| match.ip-subnet.{index} || A list of IPs or CIDR v4/v6 addresses of the client of the session to match |
76
-
| match.http-filter | One of: `acl_http_filter_none`, `path_begin`, `path_end`, `regex`| The HTTP filter to match |
76
+
| match.http-filter | One of: `acl_http_filter_none`, `path_begin`, `path_end`, `regex`, `http_header_match`| The HTTP filter to match |
77
77
| match.http-filter-value.{index} || A list of possible values to match for the given HTTP filter |
78
+
| match.http-filter-option || A exra parameter. You can use this field with http_header_match acl type to set the header name to filter |
78
79
| match.invert || If set to `true`, the ACL matching condition will be of type "UNLESS" |
79
80
| index | Required | Order between your Acls (ascending order, 0 is first acl executed) |
80
81
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `nl-ams-1`, `pl-waw-1`| Zone to target. If none is passed will use default zone from the config |
| action.type | One of: `allow`, `deny`| The action type |
164
165
| match.ip-subnet.{index} || A list of IPs or CIDR v4/v6 addresses of the client of the session to match |
165
-
| match.http-filter | One of: `acl_http_filter_none`, `path_begin`, `path_end`, `regex`| The HTTP filter to match |
166
+
| match.http-filter | One of: `acl_http_filter_none`, `path_begin`, `path_end`, `regex`, `http_header_match`| The HTTP filter to match |
166
167
| match.http-filter-value.{index} || A list of possible values to match for the given HTTP filter |
168
+
| match.http-filter-option || A exra parameter. You can use this field with http_header_match acl type to set the header name to filter |
167
169
| match.invert || If set to `true`, the ACL matching condition will be of type "UNLESS" |
168
170
| index | Required | Order between your Acls (ascending order, 0 is first acl executed) |
169
171
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `nl-ams-1`, `pl-waw-1`| Zone to target. If none is passed will use default zone from the config |
0 commit comments