Consul
The Consul provides a key/value store for managing app configuration externally. TIBCO Flogo® allows you to fetch values for app properties from Consul and override them at runtime.
A Flogo app connects to the Consul server as its client by setting the
FLOGO_APPS_PROPS_CONSUL
environment variable. At runtime, you must provide the Consul server endpoint for your app to connect to a Consul server. You have the option to enter the values for the Consul connection parameters. You can create a file that contains the values and use the file as an input.
Consul can be started with or without
acl_token
. If using an ACL token, make sure to have the ACL configured in Consul.