File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ For instance:
23
23
24
24
` ` ` nginx
25
25
app_protect_policy_file /bundles/custom_policy.tgz;
26
- app_protect_security_log /bundles/custom_logging_profile.tgz syslog:server=localhost:5514 ;
26
+ app_protect_security_log /bundles/custom_logging_profile.tgz syslog:server=localhost:514 ;
27
27
` ` `
Original file line number Diff line number Diff line change @@ -278,6 +278,19 @@ http {
278
278
279
279
{{< include "nap-waf/setup-docker-registry.md" >}}
280
280
281
+ ### List all tags
282
+
283
+ For a complete tag list for NGINX App Protect WAF enforcer and NGINX App Protect WAF configuration manager, use the following commands:
284
+
285
+ ```shell
286
+ curl https://private-registry.nginx.com/v2/nap/waf-enforcer/tags/list --key <nginx-repo.key> --cert <nginx-repo.crt> | jq
287
+ ```
288
+
289
+ ``` shell
290
+ curl https://private-registry.nginx.com/v2/nap/waf-config-mgr/tags/list --key < nginx-repo.key> --cert < nginx-repo.crt> | jq
291
+ ```
292
+
293
+
281
294
### Docker Compose File
282
295
283
296
Create a ` docker-compose.yml ` with the following configuration: Replace ` <version-tag> ` with the actual release version you are deploying.
You can’t perform that action at this time.
0 commit comments