Skip to content

[Bug]: [F5-WAF] The Docker Compose file is missing a mapping line for JWT #1317

@ohad-perets

Description

@ohad-perets

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

Metadata

Metadata

Labels

🌋 p1Priority 1: Urgent issue impacts production environmentproduct/wafIssues related to F5 WAF for NGINX

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions