Lamine
Lamine
https://issues.apache.org/jira/browse/SOLR-16192 https://issues.apache.org/jira/browse/SOLR-15857 Splitting [this PR](https://github.com/apache/solr/pull/826) into 2 PRs (keeping the "old" one for now for little bit more context). TLTR; This PR adds _ZkCredentialsInjector_ support. What is a _ZkCredentialsInjector_? It’s...
https://issues.apache.org/jira/browse/SOLR-15857 **Note**: Attached a PDF copy of the ref guide in the JIRA issue. Rewrote significant part of the Zookeeper access control page with several usage examples. **Problem** Solr uses...
https://issues.apache.org/jira/browse/SOLR-17020 # Description Solr currently connects to Zookeeper and manages ACLs using a set of credentials (when using _Digest_ scheme). These credentials are either passed via the command line (system...
### Is your feature request related to a problem? Please describe In client cert based authentication the _Principal_ is extracted from the certificate DN (Distinguish Name). In some situations, we...
https://issues.apache.org/jira/browse/SOLR-17247 # Description MultiAuthPlugin does not return WWW-Authenticate' headers When returning a 401 response a Web application needs to indicate to the client what authentication challenges it supports, otherwise an...
This PR fixes the "synonym_graph filter fails with word_delimiter_graph when using whitespace or classic tokenizer in synonym_analyzer" bug Investigated the issue and looks like there are 2 causes: - When...
Resolves [#8362](https://github.com/opensearch-project/OpenSearch/issues/18362) ### Description [Describe what this change achieves] ### Check List - [x] Functionality includes testing. - [x] API changes companion pull request [created](https://github.com/opensearch-project/opensearch-api-specification/blob/main/DEVELOPER_GUIDE.md), if applicable. - [ ]...