The One Identity Safeguard integration is available in v35.0.6 and later.
To configure the One Identity Safeguard integration, follow the steps below:
Ensure that you have SSL authentication enabled in One Identity Safeguard. For more information, see One Identity’s How to setup Certificate authentication for Safeguard users.
Place the .secrets file in the same folder as the “.env” file.
In the .secrets file, map any secrets to be retrieved to the appropriate environment variables. For example, a typical .secrets file looks like this:
FORMS_DB_PASS=HS_SQL_dev
In the “.env” file, set the following environment variables to their appropriate values:
SAFEGUARD_URL=https://safeguard-api-pp/example.com SAFEGUARD_PEM=/opt/hs/Safeguard/dis.preprod.safeguard.cert.pem SAFEGUARD_KEY=/opt/hs/Safeguard/dis.preprod.safeguard.key.pem SAFEGUARD_CERT=/opt/hs/Safeguard/ca-bundle.crt
In the “.env” file, add the following variable and value:
HS_SECRETS_MANAGER=safeguard
Restart the Hyperscience application with the following commands. Make sure that the commands work as expected.
sudo bash run.sh init sudo bash run.sh --restart --clean