Brock Noland created FLUME-1563:
-----------------------------------

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


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