nginx-proxy-manager/backend/internal
Will Rouesnel 4d491b2d76
Fully support client CAs with access-lists
This commit changes access-list IP directives to be implemented using
the nginx "geo" directive.

This allows IP-based blocks to return 444 (drop connection) on
authorization failure when the "Drop Unauthorized" is enabled.

It also allows the implementation of "Satisfy Any" with the new
client CA certificate support - i.e. Satisfy Any can allow clients
from the local network to skip client certificate challenge, or drop
down to requesting basic authentication.

It should be noted that including basic authentication requirements
in Satisfy Any mode does prevent a 444 response from being sent, as
the basic auth challenge requires the server to respond.
2023-06-01 00:27:36 +10:00
..
access-list.js Fully support client CAs with access-lists 2023-06-01 00:27:36 +10:00
audit-log.js - Updated objection, knex, liquidjs, signale and sqlite3 packages 2023-03-17 14:18:51 +10:00
certificate.js Add storing for Client CA certificates in the database 2023-05-25 00:21:32 +10:00
dead-host.js - Updated objection, knex, liquidjs, signale and sqlite3 packages 2023-03-17 14:18:51 +10:00
host.js Fix dead hosts verification count 2021-01-02 04:58:14 +00:00
ip_ranges.js - Updated objection, knex, liquidjs, signale and sqlite3 packages 2023-03-17 14:18:51 +10:00
nginx.js Add drop_unauthorized parameter to proxy hosts 2023-05-31 01:43:57 +10:00
proxy-host.js Add template support for all host types to do client CA authorization 2023-05-30 00:49:42 +10:00
redirection-host.js - Updated objection, knex, liquidjs, signale and sqlite3 packages 2023-03-17 14:18:51 +10:00
report.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
setting.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
stream.js - Updated objection, knex, liquidjs, signale and sqlite3 packages 2023-03-17 14:18:51 +10:00
token.js Make sure to lowercase email address entered by the user during login. 2023-02-26 22:24:58 -05:00
user.js - Updated objection, knex, liquidjs, signale and sqlite3 packages 2023-03-17 14:18:51 +10:00