Skip to content

Commit 57066a7

Browse files
authored
Merge branch 'main' into main
2 parents 7c1ab1a + e8fd863 commit 57066a7

File tree

27 files changed

+471
-413
lines changed

27 files changed

+471
-413
lines changed

.github/workflows/ossf_scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656

5757
# Upload the results to GitHub's code scanning dashboard.
5858
- name: Upload SARIF results to code scanning
59-
uses: github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.5
59+
uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
6060
with:
6161
sarif_file: results.sarif

content/includes/installation/add-ports-agent-selinux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
docs:
33
files:
4-
- content/nginx-one/agent/configure-instance-reporting/configure-selinux.md
4+
- content/nginx-one/agent/configure-instances/configure-selinux.md
55
- content/nim/system-configuration/configure-selinux.md
66
- content/nms/nginx-agent/install-nginx-agent.md
77
---

content/includes/installation/enable-agent-selinux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
docs:
33
files:
4-
- content/nginx-one/agent/configure-instance-reporting/configure-selinux.md
4+
- content/nginx-one/agent/configure-instances/configure-selinux.md
55
- content/nim/system-configuration/configure-selinux.md
66
- content/nms/nginx-agent/install-nginx-agent.md
77
---

content/includes/nginx-one/cloud-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
files:
33
- content/nginx-one/secure-your-fleet/set-up-security-alerts.md
44
- content/nginx-one/getting-started.md
5-
- content/nginx-one/workshops/lab1/getting-started-with-nginx-one.md
5+
- content/nginx-one/workshops/lab1/getting-started-with-nginx-one-console.md
66
---
77

88
Confirm that an F5 Distributed Cloud tenant has been provisioned for you. To do so:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
files:
33
- content/nginx-one/workshops/lab2/run-workshop-components-with-docker.md
4-
- content/nginx-one/workshops/lab3/explore-nginx-one-console-and-features.md
4+
- content/nginx-one/workshops/lab3/explore-nginx-one-console-features.md
55
- content/nginx-one/workshops/lab4/config-sync-groups.md
66
- content/nginx-one/workshops/lab5/upgrade-nginx-plus-to-latest-version.md
77
---
88

9-
All labs require an **F5 Distributed Cloud (XC) account** with NGINX One enabled. If you don’t have an account or need to verify access, follow the steps in [Lab 1: Before you begin]({{< ref "nginx-one/workshops/lab1/getting-started-with-nginx-one.md#before-you-begin" >}}).
9+
All labs require an **F5 Distributed Cloud (XC) account** with NGINX One enabled. If you don’t have an account or need to verify access, follow the steps in [Lab 1: Before you begin]({{< ref "nginx-one/workshops/lab1/getting-started-with-nginx-one-console.md#before-you-begin" >}}).

content/includes/nim/installation/optional-steps/install-configure-vault.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ NGINX Instance Manager can use [Vault](https://www.vaultproject.io/) as a datast
1111

1212
To install and enable Vault, follow these steps:
1313

14-
- Follow Vault's instructions to [install Vault 1.8.8 or later](https://www.vaultproject.io/docs/install) for your distribution.
14+
- Follow Vault's instructions to [install Vault 1.8.8 or later](https://developer.hashicorp.com/vault/install) for your operating system.
1515
- Ensure you're running Vault in a [production-hardened environment](https://learn.hashicorp.com/tutorials/vault/production-hardening).
1616
- After installing NGINX Instance Manager, follow the steps to [configure Vault for storing secrets]({{< ref "/nim/system-configuration/configure-vault.md" >}}).

content/includes/nim/tech-specs/nim-app-protect-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ NGINX Instance Manager supports the following versions of [NGINX App Protect WAF
88

99
| NGINX Instance Manager | NGINX App Protect WAF |
1010
|------------------------|------------------------------------|
11-
| 2.17.0–2.20.0 | Release 4.8.0–4.15.0, 5.1.0–5.7.0 |
11+
| 2.17.0–2.20.0 | Release 4.8.0–4.16.0, 5.1.0–5.8.0 |
1212
| 2.15.1–2.16.0 | Release 4.8.0–4.10.0 |
1313
| 2.14.1–2.15.0 | Release 4.4.0–4.7.0 |
1414
| 2.13.0–2.14.0 | Release 4.3.0–4.5.0 |

content/nginx-one/agent/configure-instance-reporting/_index.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: "Configure instances"
3+
weight: 400
4+
url: /nginx-one/agent/configure-instances/
5+
---

0 commit comments

Comments
 (0)