Merge branch 'master' into tag-policy
Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/5e9ff8a2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/5e9ff8a2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/5e9ff8a2 Branch: refs/heads/tag-policy Commit: 5e9ff8a200cbe37ebe278c379993ec415b84376e Parents: 3e4af58 ec7ac83 Author: Madhan Neethiraj <[email protected]> Authored: Sun May 24 21:23:27 2015 -0700 Committer: Madhan Neethiraj <[email protected]> Committed: Sun May 24 21:23:27 2015 -0700 ---------------------------------------------------------------------- agents-common/scripts/enable-agent.sh | 4 + .../ranger/plugin/service/RangerBasePlugin.java | 200 +++++++---- .../service-defs/ranger-servicedef-kafka.json | 47 ++- kms/scripts/dba_script.py | 2 + plugin-kafka/scripts/install.properties | 3 + .../scripts/kafka-plugin-install.properties | 2 +- .../kafka/authorizer/RangerKafkaAuthorizer.java | 80 +++-- .../solr/authorizer/RangerSolrAuthorizer.java | 1 + .../db/mysql/patches/009-updated_schema.sql | 2 +- .../db/oracle/patches/009-updated_schema.sql | 2 +- .../db/postgres/xa_core_db_postgres.sql | 2 +- .../db/sqlserver/xa_core_db_sqlserver.sql | 2 +- security-admin/scripts/db_setup.py | 1 + security-admin/scripts/dba_script.py | 2 + src/main/assembly/plugin-kafka.xml | 354 ++++++++++--------- .../scripts/ranger-usersync-services.sh | 4 +- 16 files changed, 416 insertions(+), 292 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/5e9ff8a2/security-admin/db/mysql/patches/009-updated_schema.sql ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/5e9ff8a2/security-admin/db/oracle/patches/009-updated_schema.sql ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/5e9ff8a2/security-admin/db/postgres/xa_core_db_postgres.sql ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/5e9ff8a2/security-admin/db/sqlserver/xa_core_db_sqlserver.sql ----------------------------------------------------------------------
