behandlingsoversikt / records-of-processing-activities-gui

1 stars 0 forks source link

Records of Processing Activities GUI

Description

An application for managing records of processing activities.

Installation and Usage

Running application locally on a host machine

Running application in a Docker container

Running application using Docker Compose

Docker Compose contains all the necessary services to run records-of-processing-activities-gui locally. Services:

Run the application using the following command:

Open your browser and open the following url:

Configure role/permissions

Authorities claim has the following syntax resource:resourceId:role. It is possible to add multiple permissions seperated with comma. If you want the give the user system admin access use system:root:admin.

Example:

USERS_CONFIGURATION_INLINE: |
        [
          {
            "Claims": [
              {
                "Type": "authorities",
                "Value": "organization:910244132:admin"
              }
            ]
          }
        ]

Environment Variables