Skip to content

Commit

Permalink
AMBARI-24794 Adding Ranger Password configs in Admin Settings section…
Browse files Browse the repository at this point in the history
… under Advanced config (mugdha) (#2498)
  • Loading branch information
fimugdha committed Oct 23, 2018
1 parent 7b1a3c8 commit 499bdc0
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions ambari-web/app/data/configs/services/ranger_properties.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,23 @@ module.exports = [
},
{
"category": "RANGER_ADMIN",
"filename": "admin-properties.xml",
"filename": "ranger-env.xml",
"index": 2,
"name": "SQL_CONNECTOR_JAR",
"name": "rangerusersync_user_password",
"serviceName": "RANGER"
},
{
"category": "RANGER_ADMIN",
"filename": "ranger-env.xml",
"index": 3,
"name": "rangertagsync_user_password",
"serviceName": "RANGER"
},
{
"category": "RANGER_ADMIN",
"filename": "ranger-env.xml",
"index": 4,
"name": "keyadmin_user_password",
"serviceName": "RANGER"
},
{
Expand Down

0 comments on commit 499bdc0

Please sign in to comment.