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 3 Next »

There are three different interfaces for handling provisioning of buckets, subscribers and products. One is implemented as APL functions, the other as a REST web service, and the third is the regular user interface inĀ .

Provisioning always targets a specific, internally predefined, area. Changes in one area is not reflected in the other. There are two different areas (TEST and PROD) the provisioning can target. A typical use case would be to provision data to the TEST area and, when considered ready, copy the content of TEST to PROD where a workflow can access them.

Using two different areas - one for provisioning and one for runtime - makes it possible to test the configurations before moving them into production.

This chapter includes the following sections:

  • No labels