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 2019/04/23 16:20:19 UTC

[accumulo-website] branch master updated: Fixed authorizations documentation

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


The following commit(s) were added to refs/heads/master by this push:
     new 51b6963  Fixed authorizations documentation
51b6963 is described below

commit 51b696321e837552bf5063ec4b15601b0cc3cbdf
Author: Mike Walch <mw...@apache.org>
AuthorDate: Tue Apr 23 12:15:57 2019 -0400

    Fixed authorizations documentation
---
 _docs-2/security/authorizations.md | 5 +++--
 _docs-2/troubleshooting/basic.md   | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/_docs-2/security/authorizations.md b/_docs-2/security/authorizations.md
index 5d3b456..76af658 100644
--- a/_docs-2/security/authorizations.md
+++ b/_docs-2/security/authorizations.md
@@ -9,8 +9,9 @@ In Accumulo, data is written with [security labels] that limit access to only us
 
 ## Configuration
 
-Accumulo's [Authorizor] is configured by setting {% plink instance.security.authorizer %}. The default
-authorizor is described below.
+Accumulo's [Authorizor] is configured by setting {% plink instance.security.authorizor %}. The default
+authorizor is the {% jlink org.apache.accumulo.server.security.handler.ZKAuthorizor %} which is described
+below.
 
 ## Security Labels
 
diff --git a/_docs-2/troubleshooting/basic.md b/_docs-2/troubleshooting/basic.md
index 06ef2ff..3f5c27c 100644
--- a/_docs-2/troubleshooting/basic.md
+++ b/_docs-2/troubleshooting/basic.md
@@ -128,7 +128,8 @@ processes should be stable on the order of months and not require frequent resta
 
 **Accumulo is not showing me any data!**
 
-Do you have your auths set so that it matches your visibilities?
+Is your client configured with authorizations that match your visibilities?  See the
+[Authorizations documentation]({% durl security/authorizations %}) for help.
 
 **What are my visibilities?**