Configuring Access to the Open iT Shared Software Assets Directory (SSAD)
This guide provides step-by-step instructions for configuring access credentials to the Open iT Shared Software Assets Directory (SSAD). These credentials are required to securely connect to the SSAD API, encrypt sensitive information, and enable data synchronization and map fetching. Follow the instructions for your platform to ensure the credentials are properly set and encrypted.
Activating the Shared Software Assets Directory (SSAD) Feature
- Windows
- Unix
-
Open a command prompt with Administrator level privileges.
-
Go to the bin directory, which is by default in
C:\Program Files\OpeniT\Core\bin, run the command:Command Syntaxcd <bin_dir>Examplecd C:\Program Files\OpeniT\Core\bin -
Once in the directory, activate the Shared Software Assets Directory (SSAD), run the command:
Command Syntaxopenit_yamlinit coreserver update asset core_mapping_ssad:general.active=true -
Open the Task Manager.
5 Under the Services, restart the OpeniTCoreServerPipeline service.
-
Go to the bin directory, which is by default in
/opt/openit/bin, run the command:Command Syntaxcd <bin_dir>Examplecd /opt/openit/bin -
Once in the directory, activate the Shared Software Assets Directory (SSAD), run the command:
Command Syntax./openit_yamlinit coreserver update asset core_mapping_ssad:general.active=true -
Restart the Open iT Core Server Pipeline service, run the command:
Command Syntaxsystemctl restart openit-coreserverpipeline
Configuring the Shared Software Assets Directory (SSAD) Access Credentials
- Windows
- Unix
-
Coordinate with the Open iT Account Manager or Delivery/Support Team to get your SSAD access credentials.
-
Open a command prompt with Administrator level privileges.
-
Go to the bin directory, which is by default in
C:\Program Files\OpeniT\Core\bin, run the command:Command Syntaxcd <bin_dir>Examplecd C:\Program Files\OpeniT\Core\bin -
Once in the directory, run one of following the commands:
To encrypt and save the SSAD credentials, use this command:
Command Syntaxopenit_ssad_connector --config --client_id <client_id> --client_secret <client_secret>To encrypt, save the SSAD credentials, and perform normal processes such as sending data to the SSAD API and fetching maps, use this command:
Command Syntaxopenit_ssad_connector --client_id <client_id> --client_secret <client_secret> -
After completing the steps, verify that the SSAD credentials are configured successfully. Go to the Configuration folder, which is by default in
C:\Program Files\OpeniT\Core\Configuration, and check thecredentials.jsonfile to ensure the credentials have been updated.noteThe client secret value is already encrypted.
-
Coordinate with the Open iT Account Manager or Delivery/Support Team to get your SSAD access credentials.
-
Go to the bin directory, which is by default in
/opt/openit/bin, run the command:Command Syntaxcd <bin_dir>Examplecd /opt/openit/bin -
Once in the directory, run one of following the commands:
To encrypt and save the SSAD credentials, use this command:
Command Syntax./openit_ssad_connector --config --client_id <client_id> --client_secret <client_secret>To encrypt, save the SSAD credentials, and perform normal processes such as sending data to the SSAD API and fetching maps, use this command:
Command Syntax./openit_ssad_connector --client_id <client_id> --client_secret <client_secret> -
After completing the steps, verify that the SSAD credentials are configured successfully. Go to the Configuration folder, which is by default in
/var/opt/openit/etc, and check thecredentials.jsonfile to ensure the credentials have been updated.noteThe client secret value is already encrypted.