indykite-authzen-search-subject
Installation
SKILL.md
IndyKite AuthZEN - subject search
Subject search asks the AuthZEN endpoint: which subjects may perform a given action on this resource? Given a subject type, one resource, and one action, it returns the matching subject 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 | indykite-authzen-search-resource |
/search/subject |
resource + action | subjects | this skill |
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: