mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	Allows auth information from AccessList not to be passed to proxied hosts. Resolves issue #153.
Signed-off-by: James Morgan <jmorgan.au+github@gmail.com>
This commit is contained in:
		| @@ -31,6 +31,7 @@ const internalAccessList = { | ||||
| 					.insertAndFetch({ | ||||
| 						name:          data.name, | ||||
| 						satisfy_any:   data.satisfy_any, | ||||
| 						pass_auth:     data.pass_auth, | ||||
| 						owner_user_id: access.token.getUserId(1) | ||||
| 					}); | ||||
| 			}) | ||||
| @@ -128,6 +129,7 @@ const internalAccessList = { | ||||
| 						.patch({ | ||||
| 							name:        data.name, | ||||
| 							satisfy_any: data.satisfy_any, | ||||
| 							pass_auth:   data.pass_auth, | ||||
| 						}); | ||||
| 				} | ||||
| 			}) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user