cshannon commented on code in PR #342:
URL: https://github.com/apache/accumulo-website/pull/342#discussion_r981143284
##########
_docs-2/security/on-disk-encryption.md:
##########
@@ -57,6 +91,13 @@ required to perform decryption. The FileDecrypter only has
one method:
```
For more help getting started see {% jlink
org.apache.accumulo.core.security.crypto.impl.AESCryptoService %}.
+## Disabling Crypto
+
+Crypto can be disabled by setting the property `general.custom.crypto.enabled`
to false.
Review Comment:
Good question, this was something quick that I used just to test if I could
disable it last week and have things still work and this is a section that
needs to be elaborated on and isn't quite finished. I will take a look tomorrow
and see where it gets applied as off the top of my head I don't remember if
this only works for instance wide crypto and if there is a different property
for per table to disable.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]