Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Solr Basic Authentication #9337

Open
luddaniel opened this issue Jan 27, 2023 · 1 comment
Open

Adding Solr Basic Authentication #9337

luddaniel opened this issue Jan 27, 2023 · 1 comment
Labels
Feature: Search/Browse Size: 30 A percentage of a sprint. 21 hours. (formerly size:33) Type: Feature a feature request User Role: Sysadmin Installs, upgrades, and configures the system, connects via ssh

Comments

@luddaniel
Copy link
Contributor

I think it would be nice to enable basic authentication of SOLR as another security layer.
In Java code it would be something like SolrRequest.setBasicAuthCredentials(String user, String password) added to IndexServiceBean.java
With the possibility of adding user and password in DB setting like :SolrHostColonPort
We are not currently working on a PR.

@pdurbin
Copy link
Member

pdurbin commented Jan 27, 2023

@luddaniel thanks for opening this issue!

As I said in chat, when we add the config setting for this we should follow the MPCONFIG pattern @poikilotherm added for Solr in this PR:

Here's a preview of the docs: http://preview.guides.gdcc.io/en/develop/installation/config.html#dataverse-solr-host

I'm not sure how to size this exactly. My guess is a 33 (roughly 3 days).

@pdurbin pdurbin changed the title Adding SOLR Basic Authentication Adding Solr Basic Authentication Jan 27, 2023
@pdurbin pdurbin added Feature: Search/Browse User Role: Sysadmin Installs, upgrades, and configures the system, connects via ssh Size: 30 A percentage of a sprint. 21 hours. (formerly size:33) labels Jan 27, 2023
@pdurbin pdurbin added the Type: Feature a feature request label Oct 9, 2023
@DS-INRAE DS-INRAE moved this to ⚠️ Needed/Important in Recherche Data Gouv Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature: Search/Browse Size: 30 A percentage of a sprint. 21 hours. (formerly size:33) Type: Feature a feature request User Role: Sysadmin Installs, upgrades, and configures the system, connects via ssh
Projects
Status: ⚠️ Needed/Important
Development

No branches or pull requests

2 participants