-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement credential interfaces #183
Comments
Hi, I'm back ... After a long time :). Can I help you with this issue? Can I start working on it? I do need some context on how/what to do :). |
I propose we could start with some feature development for Milvus 2.1, currently, we have the below-related issues: I may also have some effort for it in August. |
Alrighty!! I was a bit caught up with GSoC :) (sorry again), but now I have things under control and scheduled. |
/assign |
Fixes: milvus-io#183 Signed-off-by: Ji Bin <[email protected]>
Fixes: milvus-io#183 Signed-off-by: Ji Bin <[email protected]>
Fixes: milvus-io#183 Signed-off-by: Ji Bin <[email protected]>
Fixes: #183 Signed-off-by: Ji Bin <[email protected]> Signed-off-by: Ji Bin <[email protected]>
// https://wiki.lfaidata.foundation/display/MIL/MEP+27+--+Support+Basic+Authentication
rpc CreateCredential(CreateCredentialRequest) returns (common.Status) {}
rpc UpdateCredential(UpdateCredentialRequest) returns (common.Status) {}
rpc DeleteCredential(DeleteCredentialRequest) returns (common.Status) {}
rpc ListCredUsers(ListCredUsersRequest) returns (ListCredUsersResponse) {}
The text was updated successfully, but these errors were encountered: