Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Helm Chart

No new version

Single Page Application V 0.5.1

New Features

Customization Deployment

Endpoints

Added endpoints to export customization data from one instance to import it to a different one. Every customization is recognized by its key. Is any customization with the given key absent in the target system, it will be created, otherwise it will be updated with the new data.

Endpoints are the following:
GET /{spaceKey}/api/v1/deployment/customizations/export

Exports a list of following elements:

  • PropertyTypes

  • RecordTypes

  • ReferenceTypes

  • StateMachines

  • ConceptTypes

  • Guards

  • MasterDataTables

The export also contains information about the version of the exported system. This version must match the version of the target system to avoid consistency and integrity issues.

It also provides a “Hash-based Message Authentication Code” (HMAC) to also ensure data integrity and authenticity.

POST /{spaceKey}/api/v1/deployment/customizations/import/impact

Lists the impact of the import, without performing an actual import.

POST /{spaceKey}/api/v1/deployment/customizations/import

Performs import and lists result.

Configuration

Added HMAC_SECRET is an environment variable. This String is used as a secret for the HMAC calculation and is mandatory to set.

  • No labels