Skip to content

Commit 5577145

Browse files
authored
feat(lb): add bool to match edge services ips in acls (scaleway#2512)
1 parent a50d208 commit 5577145

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/lb/v1/lb_sdk.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1577,6 +1577,9 @@ type ACLMatch struct {
15771577
// IPSubnet: list of IPs or CIDR v4/v6 addresses to filter for from the client side.
15781578
IPSubnet []*string `json:"ip_subnet"`
15791579

1580+
// IPsEdgeServices: defines whether Edge Services IPs should be matched.
1581+
IPsEdgeServices bool `json:"ips_edge_services"`
1582+
15801583
// HTTPFilter: type of HTTP filter to match. Extracts the request's URL path, which starts at the first slash and ends before the question mark (without the host part). Defines where to filter for the http_filter_value. Only supported for HTTP backends.
15811584
// Default value: acl_http_filter_none
15821585
HTTPFilter ACLHTTPFilter `json:"http_filter"`

0 commit comments

Comments
 (0)