You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/09/15 16:26:24 UTC

[GitHub] [accumulo] milleruntime opened a new issue, #2930: Per Table Crypto Follow On Tasks

milleruntime opened a new issue, #2930:
URL: https://github.com/apache/accumulo/issues/2930

   Here are the tasks that should be completed as follow on work for #2197 
   
   - [ ] Create an option for wal-info to just print encryption headers
   - [ ] Add unit test for Recovery Scope
   - [ ] Test that the utilities CreateEmpty & GenerateSplits work with encryption
   - [ ] Make CryptoException extend GeneralSecurityException
   - [ ] Check for encryption in Upgrade code


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

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] milleruntime commented on issue #2930: Per Table Crypto Follow On Tasks

Posted by GitBox <gi...@apache.org>.
milleruntime commented on issue #2930:
URL: https://github.com/apache/accumulo/issues/2930#issuecomment-1249615992

   Another task is to investigate alternatives to turning on and off crypto using the AESCryptoService property general.custom.crypto.enabled. It is limited as it will affect all crypto that uses the AESCryptoService. So it makes sense when using it for WALs or Recovery scope but there is no way to disable encryption for a specific table using this property. 


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

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] milleruntime commented on issue #2930: Per Table Crypto Follow On Tasks

Posted by GitBox <gi...@apache.org>.
milleruntime commented on issue #2930:
URL: https://github.com/apache/accumulo/issues/2930#issuecomment-1248509841

   These don't necessarily have to go into 2.1. I think they are all things that would be nice to have.


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

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] milleruntime commented on issue #2930: Per Table Crypto Follow On Tasks

Posted by GitBox <gi...@apache.org>.
milleruntime commented on issue #2930:
URL: https://github.com/apache/accumulo/issues/2930#issuecomment-1248390006

   I am currently working on the first task on this list, "Create an option for wal-info to just print encryption headers".


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

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org