Index

There can be times when the data required in the Kelvin SmartApp™ is too sensitive to store in plain text in the app itself.

This can be in cases where you need to use a password or token to access a third party resource or asset or confidential information that you want to displayed but don't want it stored within the app itself.

The secrets are stored in the Cloud Server through the Kelvin SDK library.

Once a secret is store on the Cloud Server then your Kelvin SmartApp™ can dynamically access these as environment variables as long as your app YAML file has properly declare them. This gives you full control over what secrets are exposed to each Kelvin SmartApp™.