milvus/internal/mocks
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
..
mock_chunk_manager.go enhance: Support importing data with parquet file (#28608) 2023-11-29 20:52:27 +08:00
mock_datacoord.go enhance: Add http method to control datacoord garbage collection (#29052) 2023-12-14 19:26:39 +08:00
mock_datacoord_catalog.go Avoid rewriting all binlogs every time a segment is updated (#25339) 2023-07-06 18:20:26 +08:00
mock_datacoord_client.go enhance: Add http method to control datacoord garbage collection (#29052) 2023-12-14 19:26:39 +08:00
mock_datanode.go feat: integrate storagev2 into index build process (#28995) 2023-12-13 17:24:38 +08:00
mock_datanode_client.go feat: integrate storagev2 into index build process (#28995) 2023-12-13 17:24:38 +08:00
mock_grpc_client.go enhance: Use mockery to replace manual mock code (#29074) 2023-12-13 10:46:44 +08:00
mock_indexnode.go Decoupling client and server API in types interface (#27186) 2023-09-26 09:57:25 +08:00
mock_indexnode_client.go Decoupling client and server API in types interface (#27186) 2023-09-26 09:57:25 +08:00
mock_proxy.go enhance: add 3 builtin roles (#28961) 2023-12-18 14:28:41 +08:00
mock_proxy_client.go Decoupling client and server API in types interface (#27186) 2023-09-26 09:57:25 +08:00
mock_querycoord.go feat: Add checker activation service interfaces (#28850) 2023-12-04 17:38:37 +08:00
mock_querycoord_client.go feat: Add checker activation service interfaces (#28850) 2023-12-04 17:38:37 +08:00
mock_querynode.go Decoupling client and server API in types interface (#27186) 2023-09-26 09:57:25 +08:00
mock_querynode_client.go Decoupling client and server API in types interface (#27186) 2023-09-26 09:57:25 +08:00
mock_rootcoord.go Decoupling client and server API in types interface (#27186) 2023-09-26 09:57:25 +08:00
mock_rootcoord_client.go Decoupling client and server API in types interface (#27186) 2023-09-26 09:57:25 +08:00