Encrypt passwords for basic authentication

In the Jobserver service configuration, you have to enter an encrypted password. To encrypt the password, use the reversehttp-gateway-standalone utility.

Prerequisites

Steps

Note For security reasons, we have truncated the encrypted password in the example.

  1. Open a terminal or command prompt session.
  2. Go to the folder that contains the downloaded JAR file.
  3. Execute the following command:
    java -jar reversehttp-gateway-standalone-6.6.1.jar encrypt

    Collibra Reverse HTTP Gateway Enter value to encrypt: <password of Collibra user> Re-enter value to encrypt: <password of Collibra user> Encrypted value: encrypted:k7ScuJ3...

    Note If the entered values in this command don't match, it will ask the values again.

What's next?

If you use an encrypted password in a configuration, use the full string of the Encrypted value result. This includes the prefix "encrypted:".