Improved UI for managing dynamic permissions
exploring
Hila Kashai
Merged in a post:
Better troubleshooting for Dynamic permissions
Matar Peles
Today if you set dynamic permissions for a self-service you don't know what are the results of the queries, and what is the actually result policy of the conditions you define.
Ideally, it would be good to have a playground for testing the evaluation of Dynamic permission queries and conditions
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
R
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