opening this feature request as recommended here: #130 it would be nice to allow auth variables in script values. ex: ``` { "name": "Roles", "type": "list", "values": { "script": "/opt/scripts/list_rols.sh ${auth.audit_name}" } }, ```