Skip to content

Commit 10c9935

Browse files
committed
BUG/MEDIUM: cluster: user password must be the clear one
1 parent f1bcacc commit 10c9935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/cluster_sync.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ func (c *ClusterSync) issueJoinRequest(url, port, basePath string, registerPath
311311
// ID: "",
312312
Address: apiAddress,
313313
APIBasePath: c.cfg.RuntimeData.APIBasePath,
314-
APIPassword: user.Password,
314+
APIPassword: pwd,
315315
APIUser: user.Name,
316316
Certificate: csr,
317317
Description: "",

0 commit comments

Comments
 (0)