Managing Sensitive Information Using Kubernetes Secrets
You can resolve the values of the app properties in a Flogo app deployed on Kubernetes using Kubernetes Secrets. Kubernetes secret object lets you store and manage sensitive information like passwords or keys. This section explains how a secret can be used with a Kubernetes pod.
For more information on Kubernetes secrets, refer to the Kubernetes documentation.
Subtopics