Repository: incubator-ranger Updated Branches: refs/heads/master fc5314e8b -> 7f451e62b
RANGER-805 : updated ranger doc site with latest FAQ Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/7f451e62 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/7f451e62 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/7f451e62 Branch: refs/heads/master Commit: 7f451e62bbbe0e7e82e693eca7c0323e014e0ab1 Parents: fc5314e Author: sneethiraj <[email protected]> Authored: Mon Jan 25 23:11:34 2016 -0500 Committer: sneethiraj <[email protected]> Committed: Mon Jan 25 23:11:34 2016 -0500 ---------------------------------------------------------------------- docs/src/site/fml/faq.fml | 40 ++++++++++++++++++++++++++++++++++++++-- docs/src/site/site.xml | 1 + 2 files changed, 39 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/7f451e62/docs/src/site/fml/faq.fml ---------------------------------------------------------------------- diff --git a/docs/src/site/fml/faq.fml b/docs/src/site/fml/faq.fml index 5bfbdeb..107c13a 100644 --- a/docs/src/site/fml/faq.fml +++ b/docs/src/site/fml/faq.fml @@ -42,6 +42,9 @@ under the License. <li>Apache HBase</li> <li>Apache Storm</li> <li>Apache Knox</li> + <li>Apache Solr</li> + <li>Apache Kafka</li> + <li>YARN</li> </ul> </answer> </faq> @@ -81,13 +84,13 @@ under the License. <question>Does Ranger emulated permissions at the unix level for Apache Hadoop?</question> <answer> <p> - No, Ranger enforces authorization based on policies entered in the policy administration tool and does not emulate the permissions at the unix level. Ranger does provide a defaut feature to validate access using native hadoop file-level permissions if the Ranger policies do not cover the requested access + No, Ranger enforces authorization based on policies entered in the policy administration tool and does not emulate the permissions at the unix level. Ranger does provide a default feature to validate access using native hadoop file-level permissions if the Ranger policies do not cover the requested access </p> </answer> </faq> <faq id="Do we need an Ranger plugin in each datanode?"> - <question>Does Argun plugin need to be implemented in each datanode ?</question> + <question>Does Ranger plugin need to be implemented in each datanode ?</question> <answer> <p> No, Ranger plugin for Hadoop is only needed in the NameNode. @@ -141,4 +144,37 @@ under the License. </answer> </faq> </part> +<part id="Apache Kafka"> + <title>Apache Kafka</title> + <faq id="How does Ranger provide authorization in Apache Kafka"> + <question>How does Ranger provide authorization in Apache Kafka?</question> + <answer> + <p> + Security was introduced in Kafka in Kafka 0.9 version. Ranger can manage the Kafka ACLs per topic. Users can use Ranger to control who can write to a topic or read from a topic. In addition to providing policies by users and groups, Ranger also supports IP address based permissions to publish or subscribe. + </p> + </answer> + </faq> +</part> +<part id="Apache Solr"> + <title>Apache Solr</title> + <faq id="How does Ranger provide authorization in Apache Solr"> + <question>How does Ranger provide authorization in Apache Solr?</question> + <answer> + <p> + Similar to Apache Kafka, security in Apache Solr was introduced recently by the community. Through Apache Ranger, users can build policies for users/groups to query a particular collections in Solr. Efforts are underway in Solr community to provide more granular index level permissions. + </p> + </answer> + </faq> +</part> +<part id="Yarn"> + <title>YARN</title> + <faq id="How does Ranger provide authorization in YARN"> + <question>How does Ranger provide authorization in YARN?</question> + <answer> + <p> + YARN is widely used in the Hadoop ecosystem as resource management layer for applications. Adminstrators can use YARN to setup queues with a certain capacity and applications can be given permissions to write to a certain queue. Using Ranger, administrators can manage the policies for who can write to a particular queue + </p> + </answer> + </faq> +</part> </faqs> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/7f451e62/docs/src/site/site.xml ---------------------------------------------------------------------- diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index e44996c..352732b 100644 --- a/docs/src/site/site.xml +++ b/docs/src/site/site.xml @@ -64,6 +64,7 @@ under the License. <menu name="Releases"> <item name="0.4.0" href="https://cwiki.apache.org/confluence/display/RANGER/Apache+Ranger+0.4.0+Release+Notes" /> <item name="0.5.0" href="https://cwiki.apache.org/confluence/display/RANGER/Apache+Ranger+0.5.0+-+Release+Notes" /> + <item name="0.5.1" href="https://cwiki.apache.org/confluence/display/RANGER/Apache+Ranger+0.5.1+-+Release+Notes" /> </menu> </body>
