Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ranger-usersync: fix variable rangerUsersync_password hardcoded #902

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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=THISPASSWORDISNOTUSED

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