Nexus Documentation
Breadcrumbs

Set properties for Identity Manager Operator

This article includes updates for Smart ID 23.10.23.

This article describes how to set properties for Identity Manager Operator.

<SMARTIDHOME>

In this article, <SMARTIDHOME> refers to /home/nexus, but this can be different depending on the setup.

  1. Open <SMARTIDHOME>/docker/compose/identitymanager/operator/docker-compose.yml for editing. 

  2. Set properties as needed, by adding/editing the SYSTEM_PROPERTIES environment variable. This variable takes a JSON as value, and can be set like this. (See List of Identity Manager system properties for available properties)

    Example: Add system properties

    env:
      - 'SYSTEM_PROPERTIES={
          "uploadPopup.enableUploadButtonStrategyName": "enableUploadButtonStrategyStrict",
          "zipPacker.signZip": true,
          "zipUnpacker.verifyZip": true
        }'
    

Some properties can also be set through the Identity Manager Operator UI.

  1. Log in to Identity Manager Operator.

  2. Go to Admin tab.

  3. Select "Configure system properties" in the navigation on the left.

  4. Select the properties to configure from the list.

  5. Enter values.

  6. Click Save.

Log in with a user that has permission to view the Admin tab.