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.
1 parent 7007a6a commit fc86aadCopy full SHA for fc86aad
kms.go
@@ -24,7 +24,7 @@ const (
24
)
25
26
func (c *Client) kmsAuth(url string) error {
27
- if c.options.KerberosServicePrincipleName == "" {
+ if c.options.KerberosClient == nil {
28
url += ("&user.name=" + c.options.User)
29
}
30
0 commit comments