From 1b97295fbd1d734cbc1e1ef35ec52841569c2a69 Mon Sep 17 00:00:00 2001 From: Henri Ky Date: Tue, 14 Jan 2025 16:51:25 +0100 Subject: [PATCH] fix(ranger-usersync): variable rangerUsersync_password hardcoded --- roles/ranger/common/templates/usersync_install.properties.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ranger/common/templates/usersync_install.properties.j2 b/roles/ranger/common/templates/usersync_install.properties.j2 index 861d16ff..8ccdeaf4 100644 --- a/roles/ranger/common/templates/usersync_install.properties.j2 +++ b/roles/ranger/common/templates/usersync_install.properties.j2 @@ -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 }}