## Observed - 2 different processor exists in actions: https://github.com/launchrctl/launchr/blob/221e137a65d61d100110412ce7e50ba2aae42a61/docs/actions.schema.md#value-processors - config.GetValue (core) - keyring.GetKeyValue (keyring plugin) - Both of these processors handle key-value pairs and get the value from either config or keyring - On the other hand, compose plugin has the ability to store ternary objects to keyring, known as login: url/username/password ## Expected - It would be great to have ability for local actions to use same kind of ternary values from keyring - It would be in the form of a new processor to be set in actions fields (args and options)