milleruntime commented on pull request #1968:
URL: https://github.com/apache/accumulo/pull/1968#issuecomment-805166757


   > @ctubbsii let me know what you think of the changes in 
[82dd8a5](https://github.com/apache/accumulo/commit/82dd8a546cc2fcf53ac0b4910299925ed99bf693)
 before I take the time to change the names in the tests.
   
   I settled on `AESCryptoService` with inner classes of `Table` and `WAL`. So 
to configure encryption a user needs these properties:
   <pre>
   
tserver.walog.crypto.encrypt.service=org.apache.accumulo.core.spi.crypto.AESCryptoService$WAL
   
tserver.walog.crypto.decrypt.service=org.apache.accumulo.core.spi.crypto.AESCryptoService$WAL
   
tserver.walog.crypto.opts.key.uri=/home/mike/workspace/uno/CryptoTest-testkeyfile
   
table.crypto.encrypt.service=org.apache.accumulo.core.spi.crypto.AESCryptoService$Table
   
table.crypto.decrypt.services=org.apache.accumulo.core.spi.crypto.AESCryptoService$Table
   table.crypto.opts.key.uri=/home/mike/workspace/uno/CryptoTest-testkeyfile
   </pre>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to