Apache Ambari Security
Also available as:
PDF
loading table of contents...

Remove Encryption Entirely

To reset Ambari database and LDAP passwords to a completely unencrypted state:

  1. On the Ambari host, open /etc/ambari-server/conf/ambari.properties with a text editor and set this property

    security.passwords.encryption.enabled=false

  2. Delete /var/lib/ambari-server/keys/credentials.jceks

  3. Delete /var/lib/ambari-server/keys/master

  4. You must now reset the database password and, if necessary, the LDAP password. Run ambari-server setup and ambari-server setup-ldap again.