[
https://issues.apache.org/jira/browse/SOLR-18048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated SOLR-18048:
----------------------------------
Labels: pull-request-available (was: )
> Authn/Authz Filter
> ------------------
>
> Key: SOLR-18048
> URL: https://issues.apache.org/jira/browse/SOLR-18048
> Project: Solr
> Issue Type: Sub-task
> Components: security, Server
> Reporter: Gus Heck
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Currently our code for authentication is invoked from the top of the dispatch
> method. If one reads down into that code, it's actually going to singificant
> lengths to mimic a filter (which is what most auth libraries anticipate, it
> even goes so far as to create a lambda implmentation of FilterChain to
> satisfy our authentication plugin api (which anticipated usage as a filter).
> So, once we've got all the preceding functionality handled by filters, let's
> use our authentication plugin API the way it is designed to be used... as a
> servlet filter!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]