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

Hudson commented on FLUME-1563:
-------------------------------

Integrated in flume-trunk #302 (See 
[https://builds.apache.org/job/flume-trunk/302/])
    FLUME-1563. FileChannel Encryption KeyProvider configuration properties 
should be more consistent. (Revision e6c64a8e3fd4d2ffe5d8505041738bdd4cc3f667)

     Result = SUCCESS
mpercy : 
http://git-wip-us.apache.org/repos/asf/flume/repo?p=flume.git&a=commit&h=e6c64a8e3fd4d2ffe5d8505041738bdd4cc3f667
Files : 
* 
flume-ng-channels/flume-file-channel/src/test/java/org/apache/flume/channel/file/encryption/TestFileChannelEncryption.java
* 
flume-ng-channels/flume-file-channel/src/test/java/org/apache/flume/channel/file/encryption/EncryptionTestUtils.java
* 
flume-ng-channels/flume-file-channel/src/main/java/org/apache/flume/channel/file/encryption/KeyProviderFactory.java
* 
flume-ng-channels/flume-file-channel/src/main/java/org/apache/flume/channel/file/encryption/EncryptionConfiguration.java
* 
flume-ng-channels/flume-file-channel/src/test/java/org/apache/flume/channel/file/encryption/TestJCEFileKeyProvider.java
* 
flume-ng-channels/flume-file-channel/src/main/java/org/apache/flume/channel/file/encryption/JCEFileKeyProvider.java
* 
flume-ng-channels/flume-file-channel/src/main/java/org/apache/flume/channel/file/FileChannel.java

                
> FileChannel Encryption KeyProvider configuration properties should be more 
> consistent
> -------------------------------------------------------------------------------------
>
>                 Key: FLUME-1563
>                 URL: https://issues.apache.org/jira/browse/FLUME-1563
>             Project: Flume
>          Issue Type: Improvement
>          Components: Channel
>    Affects Versions: v1.3.0
>            Reporter: Brock Noland
>            Assignee: Brock Noland
>            Priority: Minor
>             Fix For: v1.3.0
>
>         Attachments: FLUME-1563-0.patch, FLUME-1563-1.patch
>
>
> I think we should update the key provider interface to be more like the 
> interceptor interface. The following would be more like the interceptor 
> interface:
> {noformat}
> agent.channels.ch-0.encryption.keyProvider = blah
> agent.channels.ch-0.encryption.keyProvider.blah.type = JCEKSFILE
> agent.channels.ch-0.encryption.keyProvider.blah.keyStoreFile = 
> /etc/flume-ng/conf/foo2.keystore
> agent.channels.ch-0.encryption.keyProvider.blah.keyStorePasswordFile = 
> /etc/flume-ng/conf/foo.passwd
> {noformat}

--
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

Reply via email to