nginx-proxy-manager/frontend/js/app/nginx/access
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
..
form Add support for adding Client Certificates to access-lists 2023-05-29 14:48:02 +10:00
list Add support for adding Client Certificates to access-lists 2023-05-29 14:48:02 +10:00
delete.ejs v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
delete.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
form.ejs Fully support client CAs with access-lists 2023-06-01 00:27:36 +10:00
form.js Add support for adding Client Certificates to access-lists 2023-05-29 14:48:02 +10:00
main.ejs Add translation for search text 2022-02-12 13:28:16 +07:00
main.js Add support for writing client CAs when access-lists are updated 2023-05-30 00:49:36 +10:00