You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mw...@apache.org on 2018/11/14 22:30:38 UTC

[accumulo-website] branch master updated (99166db -> fe236f5)

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


[accumulo-website] 01/01: Merge pull request #129 from mikewalch/security

Posted by mw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mwalch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git

commit fe236f51395730a86db9ef2d6610985dbfce85da
Merge: 99166db 43b167d
Author: Mike Walch <mw...@apache.org>
AuthorDate: Wed Nov 14 17:30:34 2018 -0500

    Merge pull request #129 from mikewalch/security
    
    Updated Security documentation

 _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(-)