Skip to content

Config Provider Framework

Lakshmi Narayana Mekala edited this page Jun 27, 2023 · 5 revisions

TIBCO BusinessEvents be-tools now supports custom config provider framework which can be implemented as per user requirements. Currently, global variable providers and certificate providers are made available.

While building the BE application image, use --config-provider flag to select config provider type - gvhttp, gvconsul, gvcyberark ,cmcncf OR custom name. To add more than one config provider use comma separated format ex: "gvconsul,gvhttp".

Config provider types that are prefixed with gv are gv providers and ones prefixed with cm are certificate providers

Parent Topic: Containerize TIBCO BusinessEvents

Clone this wiki locally