Skip to content

Commit 4e12271

Browse files
jiangke-srkejiang
andauthored
Support login with username and password (milvus-io#15656) (milvus-io#16341)
Signed-off-by: kejiang <[email protected]> Co-authored-by: kejiang <[email protected]>
1 parent 0fa4ec4 commit 4e12271

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+9588
-3919
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ require (
4949
go.uber.org/atomic v1.7.0
5050
go.uber.org/automaxprocs v1.4.0
5151
go.uber.org/zap v1.17.0
52+
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
5253
golang.org/x/exp v0.0.0-20211216164055-b2b84827b756
5354
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
5455
google.golang.org/grpc v1.44.0

internal/core/src/pb/common.pb.cc

Lines changed: 67 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/core/src/pb/common.pb.h

Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)