nginx-proxy-manager icon indicating copy to clipboard operation
nginx-proxy-manager copied to clipboard

Update _access.conf to fix access_list.pass_auth logic

Open eduardpaul opened this issue 1 month ago • 1 comments

Wrong logic to pass auth as header: when disabled (pass_auth=0) credentials are included in Authorization header. However as soon as you enable (pass_auth=1) they are not.

eduardpaul avatar Nov 09 '25 19:11 eduardpaul

Docker Image for build 2 is available on DockerHub:

nginxproxymanager/nginx-proxy-manager-dev:pr-4894

[!NOTE] Ensure you backup your NPM instance before testing this image! Especially if there are database changes. This is a different docker image namespace than the official image.

[!WARNING] Changes and additions to DNS Providers require verification by at least 2 members of the community!

Good catch :)

jc21 avatar Nov 11 '25 05:11 jc21