Skip to content

Commit

Permalink
fix(ranger-usersync): variable rangerUsersync_password hardcoded
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgtek committed Jan 14, 2025
1 parent bc7a365 commit 1b97295
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ unix_user={{ ranger_user }}
unix_group={{ hadoop_group }}

#change password of rangerusersync user. Please note that this password should be as per rangerusersync user in ranger
rangerUsersync_password=RangerUsersync123
rangerUsersync_password={{ ranger_usersync_password }}

#Set to run in kerberos environment
usersync_principal=rangerusersync/{{ ansible_fqdn }}@{{ realm }}
Expand Down

0 comments on commit 1b97295

Please sign in to comment.