indykite-authzen-search-resource
Installation
SKILL.md
IndyKite AuthZEN - resource search
Resource search asks the AuthZEN endpoint: which resources may this subject perform a given action on? Given one subject, one action, and a resource type, it returns the matching resource instances under the project's currently ACTIVE KBAC policies and current graph state.
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 | indykite-authzen-search-action |
/search/resource |
subject + action | resources | this skill |
/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 these results are evaluated against are authored with indykite-authzen-kbac.
When to use
Activate this skill when the user wants to: