Skip to content

Cloud Firewall Limit Increase #382

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 28, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9402,7 +9402,7 @@ paths:
Firewall to a Linode service. Currently, Firewalls can only be assigned to Linode
instances.

A Firewall can be assigned to multiple Linode services, and up to three active Firewalls
A Firewall can be assigned to multiple Linode services, and up to five active Firewalls
can be assigned to a single Linode service.

A `firewall_create` Event is generated when this endpoint returns successfully.
Expand Down Expand Up @@ -9443,10 +9443,10 @@ paths:
A Firewall Device assigns a Firewall to a Linode service. Currently, Firewalls
can only be assigned to Linode instances.

* A Firewall can be assigned to multiple Linode services, and up to three active Firewalls can
* A Firewall can be assigned to multiple Linode services, and up to five active Firewalls can
be assigned to a single Linode service.

* Additional disabled Firewalls can be assigned to a service, but they cannot be enabled if three other active Firewalls
* Additional disabled Firewalls can be assigned to a service, but they cannot be enabled if five other active Firewalls
are already assigned to the same service.


Expand Down Expand Up @@ -9786,9 +9786,9 @@ paths:
description: |
Creates a Firewall Device, which assigns a Firewall to a Linode service (referred to
as the Device's `entity`). Currently, only Devices with an entity of type `linode` are accepted.
A Firewall can be assigned to multiple Linode services, and up to three active Firewalls can
A Firewall can be assigned to multiple Linode services, and up to five active Firewalls can
be assigned to a single Linode service. Additional disabled Firewalls can be
assigned to a service, but they cannot be enabled if three other active Firewalls
assigned to a service, but they cannot be enabled if five other active Firewalls
are already assigned to the same service.

Creating a Firewall Device will apply the Rules from a Firewall to a Linode service.
Expand Down Expand Up @@ -15998,7 +15998,7 @@ components:
type: object
description: >
A resource that controls incoming and outgoing network traffic to a Linode service. A Firewall can
be assigned to multiple Linode services, and up to three active Firewalls can be assigned to a single Linode service.
be assigned to multiple Linode services, and up to five active Firewalls can be assigned to a single Linode service.
[Create a Firewall Device](/docs/api/networking/#firewall-create)
to assign a Firewall to a Linode service. Currently, Firewalls can only be assigned to Linode instances.
properties:
Expand Down Expand Up @@ -16154,9 +16154,9 @@ components:
type: object
description: >
Associates a Firewall with a Linode service. A Firewall can be assigned
to multiple Linode services, and up to three active Firewalls can
to multiple Linode services, and up to five active Firewalls can
be assigned to a single Linode service. Additional disabled Firewalls can be
assigned to a service, but they cannot be enabled if three other active Firewalls
assigned to a service, but they cannot be enabled if five other active Firewalls
are already assigned to the same service.
properties:
id:
Expand Down