Manages Service lifecycle and publication.
TBD need to clear
Cloud resources are defined using terraform for infrastructure-as-code development. There are two terraform projects in this repository:
infra
define the resources used by the application.identity
connects GitHub's workflow to be executed by our custom runners (hence inheriting resource access policies).
Please refer to our development guide before contributing.
The table below describes the features that can be activated/deactivated, either globally or by restricting them to specific users, by modifying specific configuration parameters, called FeatureFlags, in the application.
Configuration Parameter | Value Type | Description | Example |
---|---|---|---|
USERID_AUTOMATIC_SERVICE_APPROVAL_INCLUSION_LIST |
List<String> |
Automatically approve review requests for services related to Users in the inclusion list. | user1,user2,..userN |