2026.1

Using werf

The separate common key vault is not used in single-tenant setups. Instead, the existing key vault is updated with the secrets required by the system app. Therefore, the commonsecrets value must be set to false in the global environment YAML file, as shown below:

# Enable only if secret wzcommon-secrets is present
  commonsecrets:
    enabled: false

See Prepare environment files for WorkZone container installation.

WorkZone PDF

Container updates:

  • The wzpdf.init container now runs on the Linux platform.

  • A new webapi container has been introduced.

Authentication

Authentication by the WorkZone wzcs.oauth2 component is deprecated. Authentication is now handled through the Microsoft Identity Platform, which requires changes to Helm charts and other container configuration.

In the 2026.1 Helm charts, the WORKZONE_AUTHENTICATION_TYPE environment variable is set by default:

WORKZONE_AUTHENTICATION_TYPE: "MicrosoftIdentity"

Key vault values

Removed key:

WORKZONE-PDF-CRAWLER-CLIENTSECRET

New keys:

WORKZONE_AZURE_SYS_TENANTID

WORKZONE_AZURE_SYS_SJCRAWLERUSER_ENTERPRISE_OBJECTID

WORKZONE_AZURE_SYS_SJCRAWLERUSER_CLIENTID

WORKZONE_AZURE_SYS_SJCRAWLERUSER_CLIENTSECRET

See WorkZone PDF and Preparing container installation.

WorkZone for Office

Key vault values

New key:

WORKZONE-AZURE-SYS-SYSTEMUSER-ENTERPRISE-OBJECTID

See Preparing container installation.

WZLogic

New URLs has been intoduced to support QraphQL in Datafordeler, you must add GraphQL URLs to both the values.yaml and the environment.yaml files

values.yaml


wzlogic:
      datafordeler:
        CprBaseUri: https://s5-certservices.datafordeler.dk/
        CvrBaseUri: https://s5-certservices.datafordeler.dk/
        BfeBaseUri: https://certservices.datafordeler.dk/
        EventsBaseUri: https://s5-certservices.datafordeler.dk/
        CprGraphQLUri: https://graphql.datafordeler.dk/CPR
        CvrGraphQLUri: https://graphql.datafordeler.dk/flexibleCurrent/v1

environment.yaml


wzlogic:
      datafordeler:
        CprBaseUri: https://test04-s5-certservices.datafordeler.dk/
        CvrBaseUri: https://test03-s5-certservices.datafordeler.dk/
        EventsBaseUri: https://test03-s5-certservices.datafordeler.dk/
        CprGraphQLUri: https://test04-graphql.datafordeler.dk/CPR
        CvrGraphQLUri: https://test06-graphql.datafordeler.dk/flexibleCurrent/v1

See Contact synchronization and Preparing container installation.