Keyring utility

The integration server includes a utility to store passwords or other authentication values used by an app package.

The utility stores these credentials as key, value pairs. You enter the key in the app.config file as ^<key>. When run, Resilient® Circuits gets the value for the key from the keyring. In the following example, resilient_secret is the key.
[resilient]
api_key_secret=^resilient_secret
Once you have created the keys in your app.config file, run res-keyring and you are prompted to create the secure values to store. In the following example, Free Desktop Secret Service is the keyring backend.
res-keyring 
Configuration file: /Users/kexample/.resilient/app.config
Secrets are stored with 'keyring.backends.SecretService'
[resilient] resilient_secret: <not set>
Enter new value (or <ENTER> to leave unchanged):