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

This document assumes that you have an AWS account, have access to the AWS Systems Manager and know how to use the AWS Systems Manager Parameter Store. Refer to the AWS documentation for the information on the AWS Systems Manager Parameter Store.

Overview

To use the Parameter Store to override application properties set in TIBCO Cloud Integration- Flogo (PAYG), do the following:
  1. 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.
  2. 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.
  3. 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.