Skip to content
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

Closed
yhmo opened this issue Apr 29, 2022 · 4 comments · Fixed by #202
Closed

Implement credential interfaces #183

yhmo opened this issue Apr 29, 2022 · 4 comments · Fixed by #202
Assignees
Labels

Comments

@yhmo
Copy link
Collaborator

yhmo commented Apr 29, 2022

// 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) {}

@yhmo yhmo added the feature label Apr 29, 2022
@ArkaprabhaChakraborty
Copy link
Collaborator

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 :).

@matrixji
Copy link
Collaborator

matrixji commented Aug 2, 2022

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:

#181 #182 #183 #184

I may also have some effort for it in August.

@ArkaprabhaChakraborty
Copy link
Collaborator

Alrighty!! I was a bit caught up with GSoC :) (sorry again), but now I have things under control and scheduled.

@matrixji
Copy link
Collaborator

/assign

matrixji added a commit to matrixji/milvus-sdk-cpp that referenced this issue Sep 17, 2022
matrixji added a commit to matrixji/milvus-sdk-cpp that referenced this issue Sep 17, 2022
matrixji added a commit to matrixji/milvus-sdk-cpp that referenced this issue Sep 17, 2022
sre-ci-robot pushed a commit that referenced this issue Sep 18, 2022
Fixes: #183

Signed-off-by: Ji Bin <[email protected]>

Signed-off-by: Ji Bin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants