You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update NAP Docs
This commit updates the NAP user facing documentation with the following change:
Based on this issue : nginxinc/nalb-shared#1695, updated the Configure App Protect WAF with the following text - The File path is not optional and is automatically generated in the portal, defaulting to the path “/etc/app_protect/conf/” plus the policy Name with a “.json” extension
* Removed Extra Space
* NLB-7008: Update Module Changelog
Removed static content from Module Changelog
Simplify API instreuctions and remove outdated module tables
Enhanced readibility andf user experience for accessing module versions.
* Add missing period
* update module-changelog.md
| nginx-plus-module-appprotect | 35+5.498.0-1 | NGINX Plus app protect dynamic module version 5.498.0 |
30
-
| app-protect-module-plus | 35+5.498.0-1 | App-Protect package for Nginx Plus, includes all of the default files and examples. NGINX App Protect provides web application firewall (WAF) security protection for your web applications, including OWASP Top 10 attacks. |
To access available module versions from the data plane API, follow these steps:
37
-
- View Your API Endpoints and Create an API Key
38
-
- Follow the [NGINXaaS data plane API endpoint]({{< ref "/nginxaas-azure/loadbalancer-kubernetes.md#nginxaas-data-plane-api-endpoint" >}}) and [Create an NGINXaaS data plane API key]({{< ref "/nginxaas-azure/loadbalancer-kubernetes.md#create-an-nginxaas-data-plane-api-key" >}}) to locate your dataplane API endpoint and create an API key.
12
+
To view the version of the NGINX Plus modules that are part of your deployment, follow these steps:
13
+
- Retrieve your [data plane API endpoint]({{< ref "/nginxaas-azure/loadbalancer-kubernetes.md#nginxaas-data-plane-api-endpoint" >}}).
39
14
40
-
- Construct the Request URL
41
-
- Add `/packages` to your data plane API endpoint, for example `https://<your-endpoint>/packages`.
15
+
- Create an [API key]({{< ref "/nginxaas-azure/loadbalancer-kubernetes.md#create-an-nginxaas-data-plane-api-key" >}}) if you do not already have one.
42
16
43
-
- Authenticate API requests
44
-
- Encode your API key to Base64 and add the prefix `ApiKey` to the encoded string.
45
-
- Set the `Authorization` HTTP header to:
46
-
`ApiKey <your_hashed_api_key>`
17
+
- Construct the package request URL.
18
+
- Add **/packages** to your data plane API endpoint.
19
+
- For example: `https://my-deployment-b7e43dfb7e26.eastus.nginxaas.net/packages`
47
20
21
+
- Authenticate the API requests using the **Authorization** HTTP header.
22
+
- Encode your API key to **base64** and add the prefix **ApiKey** to the encoded string.
| nginx-plus-module-appprotect | 33+5.264.0-1 | NGINX Plus app protect dynamic module version 5.264.0 |
91
-
| app-protect-module-plus | 33+5.264.0-1 | App-Protect package for Nginx Plus, includes all of the default files and examples. NGINX App Protect provides web application firewall (WAF) security protection for your web applications, including OWASP Top 10 attacks. |
| nginx-plus-module-appprotect | 33+5.264.0-1 | NGINX Plus app protect dynamic module version 5.264.0 |
115
-
| app-protect-module-plus | 33+5.264.0-1 | App-Protect package for Nginx Plus, includes all of the default files and examples. NGINX App Protect provides web application firewall (WAF) security protection for your web applications, including OWASP Top 10 attacks. |
0 commit comments