Using the Parameter Store
The following section gives a high-level workflow for using AWS Systems Manager Parameter Store with TIBCO Flogo®.
Overview
To use the Parameter Store to override app properties set in Flogo:
- Build an app binary that has the app properties already configured in Flogo.
- Configure the app 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 the 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 app properties from the Parameter Store. Only the values for properties that were configured in the Parameter Store are overridden. The remaining app properties get their values from the Application Properties dialog.
See the Setting the Parameter Store Connection Parameters and Parameter Store Connection Parameters sections for details.