From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Fabian Pflug <f.pflug@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] nginx: add http_auth_request module
Date: Fri, 29 Aug 2025 11:46:20 +0200 [thread overview]
Message-ID: <20250829094620.2619553-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20250814095146.1942317-1-f.pflug@pengutronix.de>
Thanks, applied as 78252b7a0a2cd87a3cae6a5c74ff407ea9cafb17.
Michael
[sent from post-receive hook]
On Fri, 29 Aug 2025 11:46:20 +0200, Fabian Pflug <f.pflug@pengutronix.de> wrote:
> Signed-off-by: Fabian Pflug <f.pflug@pengutronix.de>
> Message-Id: <20250814095146.1942317-1-f.pflug@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/nginx.in b/rules/nginx.in
> index 6ee8a2ec1cb8..6b2fed14b757 100644
> --- a/rules/nginx.in
> +++ b/rules/nginx.in
> @@ -34,6 +34,13 @@ config NGINX_HTTP_AUTH_BASIC_MODULE
> resources by validating the user name and password using the
> HTTP Basic Authentication protocol.
>
> +config NGINX_HTTP_AUTH_REQUEST_MODULE
> + bool
> + prompt "ngx_http_auth_request_module"
> + help
> + The ngx_http_auth_request_module module implements client
> + authorization based on the result of a subrequest.
> +
> config NGINX_HTTP_AUTOINDEX_MODULE
> bool
> prompt "ngx_http_autoindex_module"
> diff --git a/rules/nginx.make b/rules/nginx.make
> index 85df855e1d0e..7cb2fb58e2a9 100644
> --- a/rules/nginx.make
> +++ b/rules/nginx.make
> @@ -73,6 +73,7 @@ NGINX_CONF_OPT := \
> --without-http_ssi_module \
> --without-http_userid_module \
> $(call ptx/ifdef, PTXCONF_NGINX_HTTP_ACCESS_MODULE,,--without-http_access_module) \
> + $(call ptx/ifdef, PTXCONF_NGINX_HTTP_AUTH_REQUEST_MODULE,--with-http_auth_request_module) \
> $(call ptx/ifdef, PTXCONF_NGINX_HTTP_AUTH_BASIC_MODULE,,--without-http_auth_basic_module) \
> --without-http_mirror_module \
> $(call ptx/ifdef, PTXCONF_NGINX_HTTP_AUTOINDEX_MODULE,,--without-http_autoindex_module) \
prev parent reply other threads:[~2025-08-29 9:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-14 9:51 [ptxdist] [PATCH 1/2] " Fabian Pflug
2025-08-14 9:51 ` [ptxdist] [PATCH 2/2] nginx: make http_limit modules selectable Fabian Pflug
2025-08-29 9:46 ` [ptxdist] [APPLIED] " Michael Olbrich
2025-08-29 9:46 ` Michael Olbrich [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250829094620.2619553-1-m.olbrich@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=f.pflug@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox