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

Figure out a way to hide passwords #62

Closed
malcolmsparks opened this issue May 11, 2015 · 4 comments
Closed

Figure out a way to hide passwords #62

malcolmsparks opened this issue May 11, 2015 · 4 comments

Comments

@malcolmsparks
Copy link
Contributor

Too many passwords in jdbc urls... It would be great to figure out a way to have them provided elsewhere. Not sure how.

@martintrojer
Copy link
Contributor

@eric-johnson
Copy link

What about printing passwords? Using Joplin as a library, we can keep our passwords out of our project. Joplin, however, still calls (println ...) a lot, which may contain a jdbc url with a password, and may get written to a file.

I'm thinking about replacing calls to println with org.clojure/tools.logging, and then filtering out passwords using a custom log appender.

@martintrojer
Copy link
Contributor

similar to #60

I'm all for replacing the printlns, if you convince me that we don't introduce any (further) dependency burden on projects that uses joplin as a library.

@martintrojer
Copy link
Contributor

Will be fixed by #63

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants