You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ja...@apache.org on 2015/10/28 02:15:55 UTC

ambari git commit: AMBARI-13498. Passwords for components should not be readable by end-users.(addendum patch) (jaimin)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 01257fe0a -> 5e8eddcc7


AMBARI-13498. Passwords for components should not be readable by end-users.(addendum patch) (jaimin)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/5e8eddcc
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5e8eddcc
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5e8eddcc

Branch: refs/heads/branch-2.1
Commit: 5e8eddcc7f54184d9d06141cc269350e553bb162
Parents: 01257fe
Author: Jaimin Jetly <ja...@hortonworks.com>
Authored: Tue Oct 27 18:15:31 2015 -0700
Committer: Jaimin Jetly <ja...@hortonworks.com>
Committed: Tue Oct 27 18:15:31 2015 -0700

----------------------------------------------------------------------
 .../src/main/java/org/apache/ambari/server/state/PropertyInfo.java  | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/5e8eddcc/ambari-server/src/main/java/org/apache/ambari/server/state/PropertyInfo.java
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/java/org/apache/ambari/server/state/PropertyInfo.java b/ambari-server/src/main/java/org/apache/ambari/server/state/PropertyInfo.java
index d0b7670..bc90a8c 100644
--- a/ambari-server/src/main/java/org/apache/ambari/server/state/PropertyInfo.java
+++ b/ambari-server/src/main/java/org/apache/ambari/server/state/PropertyInfo.java
@@ -232,6 +232,7 @@ public class PropertyInfo {
     PASSWORD,
     USER,
     GROUP,
+    TEXT,
     ADDITIONAL_USER_PROPERTY,
     DONT_ADD_ON_UPGRADE
   }