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.
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
- Build and Code analysis are done by an Github action
- Build of image is done in Azure Devops
- Deploy of Image is done in Azure Devops