You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Erlend Garåsen (JIRA)" <ji...@apache.org> on 2012/09/06 15:51:07 UTC

[jira] [Commented] (CONNECTORS-486) Optionally encrypt the file which the crawler configuration is exported to

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

Erlend Garåsen commented on CONNECTORS-486:
-------------------------------------------

The ImportConfiguration and ExportConfiguration tools do now support the following optional argument: <passcode>. If a passcode is entered, the zipped file will be encrypted/decrypted by using the AES algorithm (128 bit). In order to use this functionality, one needs to place the following property in properties.xml:
<property name="org.apache.manifoldcf.salt" value="salt_value"/>

I will commit this within a few working days.
                
> Optionally encrypt the file which the crawler configuration is exported to
> --------------------------------------------------------------------------
>
>                 Key: CONNECTORS-486
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-486
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: Framework agents process
>            Reporter: Erlend Garåsen
>            Assignee: Erlend Garåsen
>            Priority: Minor
>             Fix For: ManifoldCF 0.7
>
>
> The "org.apache.manifoldcf.crawler.ExportConfiguration" command class is exporting passwords, for instance to the configured Solr server (Solr Output Connector). This may be a security problem if the export file is version-controlled or placed on a public server.
> We should add an extra "no password" argument to the command class in order to skip such passwords.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira