-
Notifications
You must be signed in to change notification settings - Fork 121
Description
Describe the bug you have identified
https://docs.nginx.com/nginx-app-protect-waf/v5/admin-guide/deploy-on-docker/
The Docker Compose file is missing a mapping line for JWT, NGINX plus docker needs that to run
services:
nginx:
container_name: nginx
image: nginx-app-protect-5
volumes:
- app_protect_bd_config:/opt/app_protect/bd_config
- app_protect_config:/opt/app_protect/config
- app_protect_etc_config:/etc/app_protect/conf
- /conf/nginx.conf:/etc/nginx/nginx.conf # based on the provided example
- /conf/default.conf:/etc/nginx/conf.d/default.conf # based on the provided example
- #JWT mapping should happen here if running NGINX Plus, good to leave a comment for user here
networks:
- waf_network
ports:
- "80:80"
Which product or products does this request relate to?
F5 WAF for NGINX
Steps to reproduce the bug
https://docs.nginx.com/nginx-app-protect-waf/v5/admin-guide/deploy-on-docker/
guess that also in the new doc
What is the expected or desired behaviour?
mention/link/add JWT mapping
What environments or versions does this bug affect?
all
Any additional information
No response