acl
Installation
SKILL.md
Prerequisites
- CLI installed and logged in (see setup skill).
- No cluster context required -- these are control-plane operations.
- The
/v2/roles,/v2/members, and/v2/groupsroutes must be enabled for the caller's endpoint. They are still rolling out: a 404 from anyzilliz aclcommand means the API is not live there yet.
Commands Reference
zilliz acl is a three-level tree -- acl role, acl member, and acl group. It is deliberately absent from zilliz --help and shell completion while the routes roll out, but every command below runs today and every --help under it works.
Roles
# One project's roles: the pre-defined project roles plus that project's
# custom roles. --project-id is required; it is prompted for when omitted.
zilliz acl role list --project-id <project-id>
# Optional: --page <n>, --page-size <n>, --all