Defining UKO configuration properties in IBM Guardium Key Lifecycle Manager
Define the Unified Key Orchestrator (UKO) configuration properties in IBM Guardium Key Lifecycle Manager by using the REST interface.
About this task
Parameter | Description | Sample value |
---|---|---|
masterKeyAlias | Specify the label of master key that is created in UKO as alias. The master key alias that
you specify can contain only alphabets in uppercase and numbers. You can use the special character
such as period (.) and must not exceed a length of 64 characters. Note: Ensure that the master key
is correct because after the master key alias is configured, it cannot be changed directly. If you
want to change the master key alias, first migrate the master key store from UKO to JCEKS and then
reconfigure UKO with the desired master key alias.
|
MKEY123 |
hostPreferenceSequence | Specifies the preference order in which IBM Guardium Key Lifecycle Manager connects to the configured UKO hosts. |
|
hosts | List of hosts and their details. |
|
host | Hostname or IP address of the UKO server. | uko_server_hostname |
port | Port number to access the UKO server. | 443 |
oidcUrl | URL of the OIDC server for authenticating to the UKO server. | https://oidc-server/oidc/endpoint/UKOOpenIdConnect/token |
clientId | Client ID. You can get this parameter value from the UKO configuration. | client1 |
clientSecretPassword | Password associated with the client ID. You can get this parameter value from the UKO configuration. | client1_password |
username | Username of the UKO server. You can get this parameter value from the UKO configuration. | user1 |
password | Password associated with the username of the UKO server. You can get this parameter value from the UKO configuration. | user1_password |
Procedure
What to do next
Step 3: Import the UKO certificate and OIDC server certificate. When you import the UKO certificate, for the Trust this certificate for field, choose UKO. Similarly, for the OIDC certificate choose OIDC. For instructions, see Importing a system peripheral certificate.
Step 4: Set up the master key in UKO. For instructions, see Setting up the master key in Unified Key Orchestrator.