Creating a Standalone App Property
To create a standalone app property for your app, follow the steps below.
To create a group, see Creating a Group.
Note: The standalone properties (properties that are not in a group) or the properties within the same group must have unique names.
- Procedure
- If your app does not exist, create a new app, and click the
Property button shown on the screen below.
If your app exists, then open the app details page and click Property.
The App Properties tab opens.If you already have existing properties, they are displayed. Click +Property to add another property. - Click the newly created property to make it editable and rename it. The property gets created.
Note: The property name must not contain any spaces or special characters other than a dash (-) or an underscore (_).
- Select the data type for the new property from its dropdown list.
- Enter a default value for the property in the text box next to the property. Note: Only for certificates, the value must be of the format:
<encoded_value>
. To get the encoded value of the contents, you can use https://www.base64encode.org/ or any other base64 encoding tool.For example, for an SSL certificate, you can specify the app property as follows:
Note: You can secure an application running on Kubernetes by creating a secret that contains a Transport Layer Security (TLS) private key and certificate. This secret can used by the client or service deployment at runtime. - Click the Save button to save your changes.

Note: TIBCO Flogo® Enterprise runs validation in the background as you create a property. The validation considers the property type and default value of the property that you entered. The field is highlighted in red for user input until validation is successful for the entered value. Ensure you do not skip this step of saving your newly created property or group.
- Procedure
- Deploy (or redeploy) the app to the Data Plane for the property to be available from the Environment Controls tab in the UI.