This is an automated email from the ASF dual-hosted git repository.
mgergely pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new e751205 AMBARI-23315 Incorrect text for Druid and Superset kerberos
property names (mgergely)
e751205 is described below
commit e751205fb089deffd7fb0253752f140891213f43
Author: Miklos Gergely <[email protected]>
AuthorDate: Wed Mar 21 15:48:31 2018 +0100
AMBARI-23315 Incorrect text for Druid and Superset kerberos property names
(mgergely)
---
.../data/configs/wizards/kerberos_identities.js | 28 ++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/ambari-web/app/data/configs/wizards/kerberos_identities.js
b/ambari-web/app/data/configs/wizards/kerberos_identities.js
index 8af6702..8261f04 100644
--- a/ambari-web/app/data/configs/wizards/kerberos_identities.js
+++ b/ambari-web/app/data/configs/wizards/kerberos_identities.js
@@ -124,6 +124,34 @@ module.exports = {
"category": "Ambari Principals",
"filename": "storm-env.xml",
"index": 15
+ },
+ {
+ "name": "druid.hadoop.security.kerberos.principal",
+ "displayName": "Druid user principal",
+ "category": "Ambari Principals",
+ "filename": "druid-common.xml",
+ "index": 16
+ },
+ {
+ "name": "druid.hadoop.security.kerberos.keytab",
+ "displayName": "Druid user keytab",
+ "category": "Ambari Principals",
+ "filename": "druid-common.xml",
+ "index": 17
+ },
+ {
+ "name": "KERBEROS_PRINCIPAL",
+ "displayName": "Superset user principal",
+ "category": "Ambari Principals",
+ "filename": "superset.xml",
+ "index": 18
+ },
+ {
+ "name": "KERBEROS_KEYTAB",
+ "displayName": "Superset user keytab",
+ "category": "Ambari Principals",
+ "filename": "superset.xml",
+ "index": 19
}
]
};
--
To stop receiving notification emails like this one, please contact
[email protected].