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 asf-site updated: Jekyll build from master:51b6963

This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 1c76e47  Jekyll build from master:51b6963
1c76e47 is described below

commit 1c76e47b9b04620ecfd5ec35b51fe3439ed80aa8
Author: Mike Walch <mw...@apache.org>
AuthorDate: Tue Apr 23 12:19:12 2019 -0400

    Jekyll build from master:51b6963
    
    Fixed authorizations documentation
---
 docs/2.x/security/authorizations.html | 5 +++--
 docs/2.x/troubleshooting/basic.html   | 3 ++-
 feed.xml                              | 4 ++--
 redirects.json                        | 2 +-
 search_data.json                      | 4 ++--
 5 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/docs/2.x/security/authorizations.html b/docs/2.x/security/authorizations.html
index 3adbcfc..4c33b99 100644
--- a/docs/2.x/security/authorizations.html
+++ b/docs/2.x/security/authorizations.html
@@ -423,8 +423,9 @@
 
 <h2 id="configuration">Configuration</h2>
 
-<p>Accumulo’s <a href="https://static.javadoc.io/org.apache.accumulo/accumulo-server-base/2.0.0-alpha-2/org/apache/accumulo/server/security/handler/Authorizor.html">Authorizor</a> is configured by setting <a href="/docs/2.x/configuration/server-properties#instance_security_authorizer">instance.security.authorizer</a>. The default
-authorizor is described below.</p>
+<p>Accumulo’s <a href="https://static.javadoc.io/org.apache.accumulo/accumulo-server-base/2.0.0-alpha-2/org/apache/accumulo/server/security/handler/Authorizor.html">Authorizor</a> is configured by setting <a href="/docs/2.x/configuration/server-properties#instance_security_authorizor">instance.security.authorizor</a>. The default
+authorizor is the <a href="https://static.javadoc.io/org.apache.accumulo/accumulo-server-base/2.0.0-alpha-2/org/apache/accumulo/server/security/handler/ZKAuthorizor.html">ZKAuthorizor</a> which is described
+below.</p>
 
 <h2 id="security-labels">Security Labels</h2>
 
diff --git a/docs/2.x/troubleshooting/basic.html b/docs/2.x/troubleshooting/basic.html
index 26013c0..7816e14 100644
--- a/docs/2.x/troubleshooting/basic.html
+++ b/docs/2.x/troubleshooting/basic.html
@@ -546,7 +546,8 @@ processes should be stable on the order of months and not require frequent resta
 
 <p><strong>Accumulo is not showing me any data!</strong></p>
 
-<p>Do you have your auths set so that it matches your visibilities?</p>
+<p>Is your client configured with authorizations that match your visibilities?  See the
+<a href="/docs/2.x/security/authorizations">Authorizations documentation</a> for help.</p>
 
 <p><strong>What are my visibilities?</strong></p>
 
diff --git a/feed.xml b/feed.xml
index 7f9dbb8..a98ccd8 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>https://accumulo.apache.org/</link>
     <atom:link href="https://accumulo.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Thu, 11 Apr 2019 21:44:37 -0400</pubDate>
-    <lastBuildDate>Thu, 11 Apr 2019 21:44:37 -0400</lastBuildDate>
+    <pubDate>Tue, 23 Apr 2019 12:19:03 -0400</pubDate>
+    <lastBuildDate>Tue, 23 Apr 2019 12:19:03 -0400</lastBuildDate>
     <generator>Jekyll v3.7.3</generator>
     
     
diff --git a/redirects.json b/redirects.json
index 9c19363..4bda3a4 100644
--- a/redirects.json
+++ b/redirects.json
@@ -1 +1 @@
-{"/release_notes/1.5.1.html":"https://accumulo.apache.org/release/accumulo-1.5.1/","/release_notes/1.6.0.html":"https://accumulo.apache.org/release/accumulo-1.6.0/","/release_notes/1.6.1.html":"https://accumulo.apache.org/release/accumulo-1.6.1/","/release_notes/1.6.2.html":"https://accumulo.apache.org/release/accumulo-1.6.2/","/release_notes/1.7.0.html":"https://accumulo.apache.org/release/accumulo-1.7.0/","/release_notes/1.5.3.html":"https://accumulo.apache.org/release/accumulo-1.5.3/" [...]
\ No newline at end of file
+{"/release_notes/1.5.1.html":"https://accumulo.apache.org/release/accumulo-1.5.1/","/release_notes/1.6.0.html":"https://accumulo.apache.org/release/accumulo-1.6.0/","/release_notes/1.6.1.html":"https://accumulo.apache.org/release/accumulo-1.6.1/","/release_notes/1.6.2.html":"https://accumulo.apache.org/release/accumulo-1.6.2/","/release_notes/1.7.0.html":"https://accumulo.apache.org/release/accumulo-1.7.0/","/release_notes/1.5.3.html":"https://accumulo.apache.org/release/accumulo-1.5.3/" [...]
\ No newline at end of file
diff --git a/search_data.json b/search_data.json
index 026bea6..69d7fe5 100644
--- a/search_data.json
+++ b/search_data.json
@@ -205,7 +205,7 @@
   
     "docs-2-x-security-authorizations": {
       "title": "Authorizations",
-      "content"	 : "In Accumulo, data is written with security labels that limit access to only users with the properauthorizations.ConfigurationAccumulo’s Authorizor is configured by setting instance.security.authorizer. The defaultauthorizor is described below.Security LabelsEvery Key-Value pair in Accumulo has its own security label, stored under the column visibilityelement of the key, which is used to determine whether a given user meets the securityrequirements to read the value. T [...]
+      "content"	 : "In Accumulo, data is written with security labels that limit access to only users with the properauthorizations.ConfigurationAccumulo’s Authorizor is configured by setting instance.security.authorizor. The defaultauthorizor is the ZKAuthorizor which is describedbelow.Security LabelsEvery Key-Value pair in Accumulo has its own security label, stored under the column visibilityelement of the key, which is used to determine whether a given user meets the securityrequirem [...]
       "url": " /docs/2.x/security/authorizations",
       "categories": "security"
     },
@@ -254,7 +254,7 @@
   
     "docs-2-x-troubleshooting-basic": {
       "title": "Basic Troubleshooting",
-      "content"	 : "GeneralThe tablet server does not seem to be running!? What happened?Accumulo is a distributed system.  It is supposed to run on remoteequipment, across hundreds of computers.  Each program that runs onthese remote computers writes down events as they occur, into a localfile. By default, this is defined in conf/accumulo-env.sh as ACCUMULO_LOG_DIR.Look in the $ACCUMULO_LOG_DIR/tserver*.log file.  Specifically, check the end of the file.The tablet server did not start a [...]
+      "content"	 : "GeneralThe tablet server does not seem to be running!? What happened?Accumulo is a distributed system.  It is supposed to run on remoteequipment, across hundreds of computers.  Each program that runs onthese remote computers writes down events as they occur, into a localfile. By default, this is defined in conf/accumulo-env.sh as ACCUMULO_LOG_DIR.Look in the $ACCUMULO_LOG_DIR/tserver*.log file.  Specifically, check the end of the file.The tablet server did not start a [...]
       "url": " /docs/2.x/troubleshooting/basic",
       "categories": "troubleshooting"
     },