:
Last modified: May 11, 2023

Application construction components - Altinn Resource Registry

The Resource Registry component in Altinn platform is constructed as an asp.net core 6 web API application deployed as a docker container to a Kubernetes cluster.

Also see solution components for details about functionality.

Resource Registry
Construction Components Altinn Resource Registry

API

The following API is available in component

Repository

The resources is stored as json in a posgree database PostgreSQL.

The policies are stored as XML documents in Azure Blob storage

Build & Deploy