Skip to content

Commit 756baba

Browse files
committed
Fixed bug related to ClientForHost propagation
1 parent f94e936 commit 756baba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/client.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ func (c *DatabricksClient) configureWithDirectParams(ctx context.Context) (func(
294294
authType = "Basic"
295295
needsHostBecause = "basic_auth"
296296
c.Token = c.encodeBasicAuth(c.Username, c.Password)
297-
c.Password = ""
298297
log.Printf("[INFO] Using basic auth for user '%s'", c.Username)
299298
} else if c.Token != "" {
300299
needsHostBecause = "token"

0 commit comments

Comments
 (0)