This is an automated email from the ASF dual-hosted git repository. mwalch pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/accumulo-website.git.
from 99166db Created documentation for upgrading to 2.0 (#126) add 3eaee4f Updated Security documentation add 43b167d Updated AccumuloClient builder method names new fe236f5 Merge pull request #129 from mikewalch/security The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: _docs-2/development/mapreduce.md | 8 +- _docs-2/getting-started/clients.md | 13 ++-- _docs-2/getting-started/features.md | 2 +- _docs-2/getting-started/table_configuration.md | 2 +- _docs-2/getting-started/table_design.md | 2 +- _docs-2/security/authentication.md | 92 +++++++++++++++++++++++ _docs-2/security/{labels.md => authorizations.md} | 60 ++++++++++----- _docs-2/security/kerberos.md | 49 ++++++------ _docs-2/security/on-disk-encryption.md | 2 +- _docs-2/security/overview.md | 68 ++++++----------- _docs-2/security/permissions.md | 72 ++++++++++++++++++ _docs-2/security/wire-encryption.md | 2 +- 12 files changed, 269 insertions(+), 103 deletions(-) create mode 100644 _docs-2/security/authentication.md rename _docs-2/security/{labels.md => authorizations.md} (68%) create mode 100644 _docs-2/security/permissions.md