Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion content/nginx-one/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ F5 NGINX One Console makes it easy to manage NGINX instances across locations an
### More information

{{<card-section showAsCards="true" >}}
{{<card title="Secure with NGINX App Protect" titleUrl="/nginx-one/nap-integration/" >}}
{{<card title="Secure with F5 WAF for NGINX" titleUrl="/nginx-one/nap-integration/" >}}
Set up security policies by instance and group
{{</card>}}
{{<card title="Organize users with RBAC" titleUrl="/nginx-one/rbac/" >}}
Expand Down
2 changes: 1 addition & 1 deletion content/nginx-one/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ See the [Getting Started Guide]({{< ref "/nginx-one/getting-started.md#install-n

### Set up F5 WAF for NGINX security policies

You can now incorporate [F5 WAF for NGINX]({{< ref "/nap-waf/" >}}) in NGINX One Console UI. For details, see [Secure with NGINX App Protect]({{< ref "/nginx-one/nap-integration/" >}}).
You can now incorporate [F5 WAF for NGINX]({{< ref "/nap-waf/" >}}) in NGINX One Console UI. For details, see [Secure with F5 WAF for NGINX]({{< ref "/nginx-one/nap-integration/" >}}).

In NGINX One Console, you can:

Expand Down
2 changes: 1 addition & 1 deletion content/nginx-one/k8s/add-nic.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ kubectl exec -it -n <namespace> <nginx_ingress_pod_name> -- nginx-agent -v
```

If nginx-agent version is v3, continue with the following steps.
Otherwise, make sure you are using an image that does not include NGINX App Protect.
Otherwise, make sure you are using an image that does not include F5 WAF for NGINX.

Check the NGINX Agent configuration:

Expand Down
2 changes: 1 addition & 1 deletion content/nginx-one/nap-integration/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Secure with NGINX App Protect
title: Secure with F5 WAF for NGINX
description:
weight: 400
url: /nginx-one/nap-integration
Expand Down
10 changes: 5 additions & 5 deletions content/nginx-one/nap-integration/overview.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# We use sentence case and present imperative tone
title: "NGINX App Protect integration overview"
title: "F5 WAF for NGINX integration overview"
# Weights are assigned in increments of 100: determines sorting order
weight: 100
# Creates a table of contents and sidebar, useful for large documents
Expand All @@ -12,8 +12,8 @@ nd-content-type: concept
nd-product: NGINX One
---

You can now integrate the features of F5 WAF for NGINX v4 and v5 in F5 NGINX One Console. NGINX App Protect offers advanced Web Application Firewall (WAF) capabilities.
Through the NGINX One Console UI, you can now set up the [F5 WAF for NGINX]({{< ref "/nap-waf/" >}}) firewall. This solution provides robust security and scalability.
You can now integrate the features of F5 WAF for NGINX v4 and v5 in F5 NGINX One Console. F5 WAF for NGINX offers advanced Web Application Firewall (WAF) capabilities.
Through the NGINX One Console UI, you can now set up the [F5 WAF for NGINX]({{< ref "/waf/" >}}) firewall. This solution provides robust security and scalability.

## Features

Expand All @@ -27,9 +27,9 @@ Through the NGINX One Console UI, you can:

You can also set up policies through the [NGINX One Console API]({{< ref "/nginx-one/nap-integration/security-policy-api.md/" >}}).

## Set up NGINX App Protect
## Set up F5 WAF for NGINX

You can [install and upgrade NGINX App Protect]({{< ref "/waf/install/" >}})
You can [install and upgrade F5 WAF for NGINX]({{< ref "/waf/install/" >}})

### Container-related configuration requirements

Expand Down
4 changes: 2 additions & 2 deletions content/nginx-one/nap-integration/review-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ nd-product: NGINX One

Before you implement a policy on an NGINX instance or Config Sync Group, you may want to review it. F5 NGINX One Console creates a policy for your F5 WAF for NGINX system.

## Review NGINX App Protect policies
## Review F5 WAF for NGINX policies

From NGINX One Console, select **App Protect** > **Policies**. Select the name of the policy that you want to review. You'll see the following tabs:

- Details, which includes:
- Policy Details: Descriptions, status, enforcement type, latest version, and last deployed time.
- Deployments: List of instances and Config Sync Groups where the NGINX App Protect policy is deployed.
- Deployments: List of instances and Config Sync Groups where the F5 WAF for NGINX policy is deployed.
- Policy JSON: The policy, in JSON format. With the **Edit** button, you can modify this policy.
- Versions: Policy versions that you've written. You can apply an older policy to your deployments.

Expand Down
2 changes: 1 addition & 1 deletion content/nginx-one/nap-integration/security-policy-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can use F5 NGINX One Console API to manage security policies. With our API,
- You need to translate the desired policy.json file to base64 format.
- [Get policy details]({{< ref "/nginx-one/api/api-reference-guide/#operation/getNapPolicy" >}})
- Returns details of the policy you identified with the policy `object_id`.
- [List NGINX App Protect Deployments]({{< ref "/nginx-one/api/api-reference-guide/#operation/listNapPolicyDeployments" >}})
- [List F5 WAF for NGINX Deployments]({{< ref "/nginx-one/api/api-reference-guide/#operation/listNapPolicyDeployments" >}})
- The output includes:
- Target of the deployment
- Time of deployment
Expand Down