Author: ahyoungryu Date: Wed Jan 4 02:05:11 2017 New Revision: 1777255 URL: http://svn.apache.org/viewvc?rev=1777255&view=rev Log: (empty)
Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/security/shiroauthentication.html Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/security/shiroauthentication.html URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/security/shiroauthentication.html?rev=1777255&r1=1777254&r2=1777255&view=diff ============================================================================== --- zeppelin/site/docs/0.7.0-SNAPSHOT/security/shiroauthentication.html (original) +++ zeppelin/site/docs/0.7.0-SNAPSHOT/security/shiroauthentication.html Wed Jan 4 02:05:11 2017 @@ -227,16 +227,16 @@ to create a <code>shiro.ini</code> file </code></pre></div> <p>For the further information about <code>shiro.ini</code> file format, please refer to <a href="http://shiro.apache.org/configuration.html#Configuration-INISections">Shiro Configuration</a>.</p> -<h3>3. Secure the Websocket channel</h3> +<h3>2. Secure the Websocket channel</h3> <p>Set to property <strong>zeppelin.anonymous.allowed</strong> to <strong>false</strong> in <code>conf/zeppelin-site.xml</code>. If you don't have this file yet, just copy <code>conf/zeppelin-site.xml.template</code> to <code>conf/zeppelin-site.xml</code>.</p> -<h3>4. Start Zeppelin</h3> +<h3>3. Start Zeppelin</h3> <div class="highlight"><pre><code class="text language-text" data-lang="text">bin/zeppelin-daemon.sh start (or restart) </code></pre></div> <p>Then you can browse Zeppelin at <a href="http://localhost:8080">http://localhost:8080</a>.</p> -<h3>5. Login</h3> +<h3>4. Login</h3> <p>Finally, you can login using one of the below <strong>username/password</strong> combinations.</p> @@ -330,7 +330,7 @@ zeppelinHubRealm.zeppelinhubUrl = https: securityManager.realms = $zeppelinHubRealm </code></pre></div> <blockquote> -<p>Note: ZeppelinHub is not releated to apache Zeppelin project.</p> +<p>Note: ZeppelinHub is not releated to Apache Zeppelin project.</p> </blockquote> <h2>Secure your Zeppelin information (optional)</h2> @@ -350,7 +350,7 @@ If you want to grant this permission to <p><br/></p> <blockquote> -<p><strong>NOTE :</strong> All of the above configurations are defined in the <code>conf/shiro.ini</code> file. This documentation is originally from <a href="https://github.com/apache/zeppelin/blob/master/SECURITY-README.md">SECURITY-README.md</a>.</p> +<p><strong>NOTE :</strong> All of the above configurations are defined in the <code>conf/shiro.ini</code> file.</p> </blockquote> <h2>Other authentication methods</h2> @@ -365,7 +365,7 @@ If you want to grant this permission to <hr> <footer> - <!-- <p>© 2016 The Apache Software Foundation</p>--> + <!-- <p>© 2017 The Apache Software Foundation</p>--> </footer> </div>