Using the Parameter Store with Flogo Enterprise
Below is a high-level workflow for using AWS Systems Manager Parameter Store with your Flogo app.
Prerequisites
Overview
To use the Parameter Store to override application properties set in
TIBCO Cloud Integration- Flogo (PAYG), do the following:
- You begin by building an app binary which has the app properties already configured in TIBCO Cloud Integration- Flogo (PAYG). Refer to Building the App for details on how to build the app.
- Configure the application properties that you want to override in the Parameter Store. At runtime, the app fetches these values from the Parameter Store and uses them to replace their default values that were set in the app.
- Set the
FLOGO_APP_PROPS_AWS environment variable to set the Parameter Store connection parameters from the command line.
When you run the command for setting the FLOGO_APP_PROPS_AWS environment variable, it runs your app, connects to the Parameter Store, and fetches the overridden values for the application properties from the Parameter Store. Only the values for properties that were configured in the Parameter Store will be overridden. The remaining application properties will get their values from the Application Properties dialog.
See the Setting the Parameter Store Connection Parameters and Parameter Store Connection Parameters sections for details.
Related tasks
Related reference
Copyright © Cloud Software Group, Inc. All rights reserved.