Skip to content

Commit 943eadf

Browse files
authored
feat: Update N1C references to F5 WAF for NGINX (#1269)
This commit updates a handful of references to F5 WAF for NGINX that remain as part of the NGINX One Console documentation set. Some are still left: one explicitly references the product name changes, and the other refers to a UI element I don't think has been updated yet. Closes #1212
1 parent 18bed07 commit 943eadf

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

content/nginx-one/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ F5 NGINX One Console makes it easy to manage NGINX instances across locations an
5454
### More information
5555

5656
{{<card-section showAsCards="true" >}}
57-
{{<card title="Secure with NGINX App Protect" titleUrl="/nginx-one/nap-integration/" >}}
57+
{{<card title="Secure with F5 WAF for NGINX" titleUrl="/nginx-one/nap-integration/" >}}
5858
Set up security policies by instance and group
5959
{{</card>}}
6060
{{<card title="Organize users with RBAC" titleUrl="/nginx-one/rbac/" >}}

content/nginx-one/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ See the [Getting Started Guide]({{< ref "/nginx-one/getting-started.md#install-n
6161

6262
### Set up F5 WAF for NGINX security policies
6363

64-
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/" >}}).
64+
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/" >}}).
6565

6666
In NGINX One Console, you can:
6767

content/nginx-one/k8s/add-nic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ kubectl exec -it -n <namespace> <nginx_ingress_pod_name> -- nginx-agent -v
155155
```
156156

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

160160
Check the NGINX Agent configuration:
161161

content/nginx-one/nap-integration/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Secure with NGINX App Protect
2+
title: Secure with F5 WAF for NGINX
33
description:
44
weight: 400
55
url: /nginx-one/nap-integration

content/nginx-one/nap-integration/overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# We use sentence case and present imperative tone
3-
title: "NGINX App Protect integration overview"
3+
title: "F5 WAF for NGINX integration overview"
44
# Weights are assigned in increments of 100: determines sorting order
55
weight: 100
66
# Creates a table of contents and sidebar, useful for large documents
@@ -12,8 +12,8 @@ nd-content-type: concept
1212
nd-product: NGINX One
1313
---
1414

15-
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.
16-
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.
15+
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.
16+
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.
1717

1818
## Features
1919

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

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

30-
## Set up NGINX App Protect
30+
## Set up F5 WAF for NGINX
3131

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

3434
### Container-related configuration requirements
3535

content/nginx-one/nap-integration/review-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ nd-product: NGINX One
1414

1515
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.
1616

17-
## Review NGINX App Protect policies
17+
## Review F5 WAF for NGINX policies
1818

1919
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:
2020

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

content/nginx-one/nap-integration/security-policy-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can use F5 NGINX One Console API to manage security policies. With our API,
1515
- You need to translate the desired policy.json file to base64 format.
1616
- [Get policy details]({{< ref "/nginx-one/api/api-reference-guide/#operation/getNapPolicy" >}})
1717
- Returns details of the policy you identified with the policy `object_id`.
18-
- [List NGINX App Protect Deployments]({{< ref "/nginx-one/api/api-reference-guide/#operation/listNapPolicyDeployments" >}})
18+
- [List F5 WAF for NGINX Deployments]({{< ref "/nginx-one/api/api-reference-guide/#operation/listNapPolicyDeployments" >}})
1919
- The output includes:
2020
- Target of the deployment
2121
- Time of deployment

0 commit comments

Comments
 (0)