Skip to content

Commit

Permalink
breaking(product_enablement): Remove support for NGWAF product.
Browse files Browse the repository at this point in the history
Enablement of NGWAF was added recently but never worked, because
enablement of the product requires configuration information to be
included and that was overlooked. Product configuration will be a
significant addition.

While this is technically a breaking change, since it never worked,
and was only used by the Fastly CLI and the Fastly Terraform provider
(both of which will also have NGWAF product enablement removed), there
is no need for a major version number increase.

Support for this product will be re-added in a future version where
'product configuration' is also added.
  • Loading branch information
kpfleming committed Nov 5, 2024
1 parent bd60eb6 commit 0d71658
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 303 deletions.
43 changes: 0 additions & 43 deletions fastly/fixtures/product_enablement/disable_ngwaf.yaml

This file was deleted.

52 changes: 0 additions & 52 deletions fastly/fixtures/product_enablement/enable_ngwaf.yaml

This file was deleted.

42 changes: 0 additions & 42 deletions fastly/fixtures/product_enablement/get-disabled_ngwaf.yaml

This file was deleted.

42 changes: 0 additions & 42 deletions fastly/fixtures/product_enablement/get_ngwaf.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions fastly/product_enablement.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ func (p Product) String() string {
return "image_optimizer"
case ProductLogExplorerInsights:
return "log_explorer_insights"
case ProductNGWAF:
return "ngwaf"
case ProductOriginInspector:
return "origin_inspector"
case ProductWebSockets:
Expand All @@ -50,7 +48,6 @@ const (
ProductFanout
ProductImageOptimizer
ProductLogExplorerInsights
ProductNGWAF
ProductOriginInspector
ProductWebSockets
)
Expand Down
121 changes: 0 additions & 121 deletions fastly/product_enablement_ngwaf_test.go

This file was deleted.

0 comments on commit 0d71658

Please sign in to comment.