Skip to content

Commit

Permalink
config user and passwd for scan edge
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Jun 3, 2024
1 parent 6f00046 commit b6018d7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,8 @@ private ScanEdgeResultIterator doScanEdge(String spaceName,
.withSpaceName(spaceName)
.withEdgeName(edgeName)
.withPartSuccess(allowPartSuccess)
.withUser(user)
.withPassword(password)
.build();
}

Expand Down

0 comments on commit b6018d7

Please sign in to comment.