mirror of
https://github.com/milvus-io/milvus.git
synced 2026-07-21 10:15:43 +00:00
- Persist role descriptions when creating roles, expose them in role list/describe results, and support updating descriptions through the AlterRole path without changing role names. - Store role descriptions in the role value body while keeping role names in keys, and tolerate legacy empty role values plus undecodable stored values by returning an empty description for that role row. - Reject built-in/default roles and over-limit descriptions before WAL writes, and share the role-description length validator between proxy and rootcoord. related: #50183 --------- Signed-off-by: shaoting-huang <shaoting.huang@zilliz.com>