indykite-authzen-search-action
Installation
SKILL.md
IndyKite AuthZEN - action search
Action search asks the AuthZEN endpoint: which actions may this subject perform on this resource? It returns the list of granted action names under the project's currently ACTIVE KBAC policies and current graph state - not a single boolean.
It is one of three AuthZEN search endpoints, each pinning two of the three (subject, action, resource) parts and enumerating the third:
| Endpoint | Pinned | Enumerates | Skill |
|---|---|---|---|
/search/action |
subject + resource | actions | this skill |
/search/resource |
subject + action | resources | indykite-authzen-search-resource |
/search/subject |
resource + action | subjects | indykite-authzen-search-subject |
This skill covers building and sending the request and reading the results. It does not author policies - the 2.0-kbac policies whose actions these results come from are authored with indykite-authzen-kbac.
When to use
Activate this skill when the user wants to: