Right-To-Use (RTU) Configuration

Note - This feature applies to models with commercial / not open source SPDX licenses.

As an admin role in the platform you will have access to the RTU configuration view.To enable this feature you must be using portal back end (portal-be) with Security verification enabled below is an example of the configuration you must have to use to enable this feature:

SPRING_APPLICATION_JSON: '{
        "portal": {
          "feature": {
          ...
            "sv": {
              "enabled": "true",
              "api": "http://sv-scanning-service:9082/scan"
            },
            ...
          },
          ...
}'

In this view you can add a new Rtu Id for a solution. You cannot have more than one rtu id per solution. Each RTU can be either a Site Wide RTU (any user doesn’t matter when they joined.

Step 1 - Go to RTU Configuration View

../../../../_images/rtu_configuration.png

Step 2 - Select a name for the RTU - in this example the RTU id is the same as the name of the model: example-model.

../../../../_images/rtu_configuration_2.png

Step 3 - Search for the model you want to associated with the RTU.

../../../../_images/rtu_configuration_3.png

User-specific RTU

For a User specific RTU you can select any user you find. You do not need to select the model owner. The RTU check will not be made for the owner of the model. For federated models the owner is the admin account that subscribed to the models.

Select a User or set of Users - Note - you may need to scroll the grid to see more users.

../../../../_images/rtu_configuration_4.png

Once you save the user will be able to remove users when you come back. Acumos platform doesn’t notify users that there right has been removed. Please make sure you inform the user outside of Acumos platform.

Site-wide RTU

For a site wide RTU you will give access to any user. Just select the site wide checkbox.

../../../../_images/rtu_configuration_5.png

Swagger

Admin users can view all RTU using the swagger interface for CDS. The admin user can search, update, remove RTU using the right to use CDS controller.

../../../../_images/rtu_configuration_6.png