Improved UI for managing dynamic permissions
exploring
Matan Grady
Merged in a post:
Auth | Action | Policy dry-run
D
Daniel Sinai
Being able to run a dry run on the policies behalf of another user. It will help people debug the policies and troubleshoot to make sure they are on point before releasing them to developers.
Matan Grady
Merged in a post:
UI for Interactive Test/Troubleshooting of Dynamic Permissions in Self Service
R
Rao Komar
Currently if you are building dynamic permissions in self service actions the only way to test if the permission works is trial and error by attempting to execute the action.
A UI allowing you to interactively test the permissions to is really needed.
This UI would allow you to see the following:
-the result of the query in the policy
-the result of the jq condition evaluation
-the value of any metadata references specified in value fields in the policy or condition (i.e. {{.entity.identifier}})
Matan Grady
exploring