We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ClientForHost
1 parent f94e936 commit 756babaCopy full SHA for 756baba
common/client.go
@@ -294,7 +294,6 @@ func (c *DatabricksClient) configureWithDirectParams(ctx context.Context) (func(
294
authType = "Basic"
295
needsHostBecause = "basic_auth"
296
c.Token = c.encodeBasicAuth(c.Username, c.Password)
297
- c.Password = ""
298
log.Printf("[INFO] Using basic auth for user '%s'", c.Username)
299
} else if c.Token != "" {
300
needsHostBecause = "token"
0 commit comments