Security Reference
Also available as:
PDF
loading table of contents...

Configure Ranger Usersync

How to configure Ranger Usersync, when configuring non-Ambari Ranger SSL using public CA certificates.

  1. Stop the Ranger Usersync service:
    ranger-usersync stop
  2. Change to the Usersync install directory and open the install.properties file in a text editor.
    cd /usr/hdp/current/ranger-usersync/
    vi install.properties
  3. Set the value of POLICY_MGR_URL in the format: https://<hostname of policy manager>:<https port> and save your changes.
  4. Run the following commands to install the new settings.
    cd /usr/hdp/current/ranger-usersync/
    ./setup.sh
  5. Start the Ranger Usersync service: ranger-usersync start.