You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sn...@apache.org on 2014/10/22 07:52:49 UTC

git commit: ARGUS-105:Make hbase.master.kerberos.principal as optional in HBase Repository

Repository: incubator-argus
Updated Branches:
  refs/heads/master 45d208cf9 -> 38906d8cd


ARGUS-105:Make hbase.master.kerberos.principal as optional in HBase Repository

Signed-off-by: sneethiraj <sn...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-argus/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-argus/commit/38906d8c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-argus/tree/38906d8c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-argus/diff/38906d8c

Branch: refs/heads/master
Commit: 38906d8cd90255b07a86161d474fa8d168440beb
Parents: 45d208c
Author: vperiasamy <vp...@hortonworks.com>
Authored: Tue Oct 21 23:55:13 2014 -0400
Committer: sneethiraj <sn...@apache.org>
Committed: Wed Oct 22 01:52:42 2014 -0400

----------------------------------------------------------------------
 security-admin/src/main/webapp/scripts/views/asset/AssetForm.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/38906d8c/security-admin/src/main/webapp/scripts/views/asset/AssetForm.js
----------------------------------------------------------------------
diff --git a/security-admin/src/main/webapp/scripts/views/asset/AssetForm.js b/security-admin/src/main/webapp/scripts/views/asset/AssetForm.js
index bdcf219..51e5ac3 100644
--- a/security-admin/src/main/webapp/scripts/views/asset/AssetForm.js
+++ b/security-admin/src/main/webapp/scripts/views/asset/AssetForm.js
@@ -140,7 +140,7 @@ define(function(require){
 				},
 				masterKerberos : {
 					fieldClass : "hbase",
-					title : this.model.propertiesNameMap.masterKerberos+" *",
+					title : this.model.propertiesNameMap.masterKerberos,
 					editorAttrs :{'class':'stretchTextInput'}
 				},
 				rpcEngine : {
@@ -283,7 +283,7 @@ define(function(require){
 					this.fields.authentication.$el.find('label').html(this.schema.authentication.title+" *")
 //					this.schema.authentication.title = this.schema.authentication.title+" *"
 					
-					this.fields.masterKerberos.editor.validators = ['required'];
+//					this.fields.masterKerberos.editor.validators = ['required'];
 					this.fields.securityAuthentication.editor.validators = ['required'];
 					this.fields.zookeeperProperty.editor.validators = ['required'];
 					this.fields.zookeeperQuorum.editor.validators = ['required'];