dlmarion commented on code in PR #342:
URL: https://github.com/apache/accumulo-website/pull/342#discussion_r982483631
##########
_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.
+```
+general.custom.crypto.enabled=false
+```
+
Review Comment:
We need to add a note / warning here. When utilities are run that do *not*
connect to ZK (like `accumulo rile-info`), the encryption properties need to be
passed to the utility. In the case of `rfile-info`, you can copy
`accumulo.properties`, add the encryption parameters, and run `rfile-info` with
the `-p` argument.
--
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]