You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by yo...@apache.org on 2017/04/03 17:53:26 UTC

incubator-hawq-docs git commit: adding ranger architecture diagram

Repository: incubator-hawq-docs
Updated Branches:
  refs/heads/develop 6358aa44f -> 98a7ba068


adding ranger architecture diagram


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/commit/98a7ba06
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/98a7ba06
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/98a7ba06

Branch: refs/heads/develop
Commit: 98a7ba068f2c6cee666d8dde20258c2153bab484
Parents: 6358aa4
Author: David Yozie <yo...@apache.org>
Authored: Mon Apr 3 10:53:22 2017 -0700
Committer: David Yozie <yo...@apache.org>
Committed: Mon Apr 3 10:53:22 2017 -0700

----------------------------------------------------------------------
 markdown/images/hawq-ranger-arch.png        | Bin 0 -> 63005 bytes
 markdown/ranger/ranger-overview.html.md.erb |   3 +++
 2 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/98a7ba06/markdown/images/hawq-ranger-arch.png
----------------------------------------------------------------------
diff --git a/markdown/images/hawq-ranger-arch.png b/markdown/images/hawq-ranger-arch.png
new file mode 100644
index 0000000..d3379df
Binary files /dev/null and b/markdown/images/hawq-ranger-arch.png differ

http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/98a7ba06/markdown/ranger/ranger-overview.html.md.erb
----------------------------------------------------------------------
diff --git a/markdown/ranger/ranger-overview.html.md.erb b/markdown/ranger/ranger-overview.html.md.erb
index c728105..01b6e90 100644
--- a/markdown/ranger/ranger-overview.html.md.erb
+++ b/markdown/ranger/ranger-overview.html.md.erb
@@ -25,6 +25,9 @@ HAWQ supports using Apache Ranger for authorizing user access to HAWQ resources.
 
 
 ## <a id="arch"></a>Policy Management Architecture
+
+![HAWQ Ranger Authorization](../images/hawq-ranger-arch.png "HAWQ Ranger Authorization")
+
 Each HAWQ installation includes a Ranger plug-in service to support Ranger Policy management. The Ranger plug-in service implements the Ranger REST API to bridge all requests between the Ranger Policy Manager and a HAWQ instance. 
 
 HAWQ also provides a JAR library that enables the Ranger Policy Manager to lookup HAWQ metadata (the names of databases, schemas, tables, and so forth) to populate the user interface and assist in creating new policies. This JAR uses a JDBC connection to HAWQ, and requires a one-time registration with the Ranger Policy Manager. See [Configuring HAWQ to use Ranger Policy Management](ranger-integration-config.html).