- Milvus version: 2.4 and 2.5 and master
- Deployment mode(standalone or cluster):
- MQ type(rocksmq, pulsar or kafka):
- SDK version(e.g. pymilvus v2.0.0rc2):
- OS(Ubuntu or CentOS):
- CPU/Memory:
- GPU:
- Others:
Current Behavior
the Restful API getImportJobProcess mock a GetImportProgressAuthPlaceholder request to check auth, but the GetImportProgressAuthPlaceholder use a wrong definition, which define as a Collection Privilege but doesn't pass the collection_name in request, which cause the check auth will always failed for normal user.
Is there an existing issue for this?
Environment
Current Behavior
the Restful API getImportJobProcess mock a
GetImportProgressAuthPlaceholder
request to check auth, but theGetImportProgressAuthPlaceholder
use a wrong definition, which define as a Collection Privilege but doesn't pass the collection_name in request, which cause the check auth will always failed for normal user.Expected Behavior
No response
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response