Jesssullivan commented on PR #3807:
URL: https://github.com/apache/solr/pull/3807#issuecomment-3473369675
> Could you explain eventually why your proxy is injecting auth headers?
This sounds to me like a very special case.
Sure! With solr in CloudMode in kubernetes we are horizontally scaling solr
pods sharing a proxy service, the proxy itself behind the ingress. This is a
fairly common pattern for making things HPA friendly (at least I think it is,
perhaps just in my corner of the world).
> If so, and if the proxy would only inject auth header if the client is
providing them during a request forwarding, it would not be an issue, right?
Right! It shouldn't be, this is primarily what this MR seeks to fix in the
UI. This is already true for auth, but the extant UI does not yet accurately
reflect this, despite forwarding (with Caddy as the example, `header_up
Authorization {header.Authorization}`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]