acl

Installation
SKILL.md

Prerequisites

  1. CLI installed and logged in (see setup skill).
  2. No cluster context required -- these are control-plane operations.
  3. The /v2/roles, /v2/members, and /v2/groups routes must be enabled for the caller's endpoint. They are still rolling out: a 404 from any zilliz acl command 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
Installs
1
GitHub Stars
3
First Seen
2 days ago
acl — zilliztech/zilliz-plugin