Code Monkey home page Code Monkey logo

Comments (8)

zyegfryed avatar zyegfryed commented on August 19, 2024 1

Have you tried to put your login and password right into the HAYSTACK_SOLR_URL ?

HAYSTACK_SOLR_URL = 'http://<login>:<password>@<host>:<port>/solr'

from pysolr.

mattparrilla avatar mattparrilla commented on August 19, 2024

I have, I get a ValueError:

ValueError: invalid literal for int() with base 10: '[email protected]'

for:
HAYSTACK_SOLR_URL = 'http://dotcloud:[email protected]/solr/'

from pysolr.

philippeluickx avatar philippeluickx commented on August 19, 2024

+1

from pysolr.

philippeluickx avatar philippeluickx commented on August 19, 2024

Seems to work now, can someone confirm and close ticket?

from pysolr.

PaulIurea avatar PaulIurea commented on August 19, 2024

Is there a way to use Basic Authentication by not sending the username and password in clear in the connection URL?

If one checks the logs after adding something to Solr, the URL with the connection credentials can be seen in clear. I know I could comment/remove the logging line from the source code, but that's not desirable.

from pysolr.

PaulIurea avatar PaulIurea commented on August 19, 2024

I think the quickest fix in case there is no other way to do it is to have that logged in debug mode rather than in info mode. This could be changed in pysolr.py line 382 from "self.log.info" to "self.log.debug". Maybe an admin could change this line for future releases.

from pysolr.

acdha avatar acdha commented on August 19, 2024

@PaulIurea There's no way to avoid including it in the URL: HTTP Basic Authentication means cleartext. Changing the log level would make sense if you want to send a pull request. Looking at that chunk of code, I'm thinking that the best answer would be creating a little helper function which would sanitize the URL using urlparse to clear or mask the fields so we could retain the debugging value of the URLs without hoping that everyone sets their log levels appropriately, especially since in this case I think you'd also have to worry about the logging done by requests and urllib3.

from pysolr.

stale avatar stale commented on August 19, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from pysolr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.