[ 
https://issues.apache.org/jira/browse/SOLR-10307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15972870#comment-15972870
 ] 

Mark Miller commented on SOLR-10307:
------------------------------------

bq. which would suggest a more generic name. 

Your call, just suggestions. My feedback would be, Configuration is very 
generic and very similar to generic names for config objects we have elsewhere. 
A lot of times when you make a util class like this, it just sucks up all kinds 
of random stuff. Personally, if its a config around pulling things from env 
variables, I'd name towards that, and if it's a config class that can just 
absorb anything, might become a kitchen sink class. But you have the ideas 
about what might end up there and are doing the work so your call end of the 
day.

> Provide SSL/TLS keystore password a more secure way
> ---------------------------------------------------
>
>                 Key: SOLR-10307
>                 URL: https://issues.apache.org/jira/browse/SOLR-10307
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: security
>            Reporter: Mano Kovacs
>            Assignee: Mark Miller
>         Attachments: SOLR-10307.patch, SOLR-10307.patch
>
>
> Currently the only way to pass server and client side SSL keytstore and 
> truststore passwords is to set specific environment variables that will be 
> passed as system properties, through command line parameter.
> First option is to pass passwords through environment variables which gives a 
> better level of protection. Second option would be to use hadoop credential 
> provider interface to access credential store.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to