milvus/internal/distributed
PowderLi bcd6865b29
enhance: add 3 builtin roles (#28961)
issue: #28960 [milvus-proto
#212](https://github.com/milvus-io/milvus-proto/issues/212)

add new configuration: builtinRoles
user can define roles in config file: `milvus.yaml`

there is an example:
1. db_ro, only have read privileges, include load
2. db_rw, read and write privileges, include create/drop/rename
collection
3. db_admin, not only read and write privileges, but also user
administration

Signed-off-by: PowderLi <min.li@zilliz.com>
2023-12-18 14:28:41 +08:00
..
datacoord enhance: Add http method to control datacoord garbage collection (#29052) 2023-12-14 19:26:39 +08:00
datanode enhance: Use mockery to replace manual mock code (#29074) 2023-12-13 10:46:44 +08:00
indexnode fix createCollection failed occasionally (#28592) (#28712) 2023-11-27 11:10:25 +08:00
proxy enhance: add 3 builtin roles (#28961) 2023-12-18 14:28:41 +08:00
querycoord enhance: Use mockery to replace manual mock code (#29074) 2023-12-13 10:46:44 +08:00
querynode fix createCollection failed occasionally (#28592) (#28712) 2023-11-27 11:10:25 +08:00
rootcoord enhance: Use mockery to replace manual mock code (#29074) 2023-12-13 10:46:44 +08:00
utils Refine DataCoord status (#27262) 2023-09-26 17:15:27 +08:00
OWNERS [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00
connection_manager.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
connection_manager_test.go Moving etcd client into session (#27069) 2023-10-27 07:36:12 +08:00