apache / apache/pulsar-client-go

Is there no org.apache.pulsar.client.impl.auth.AuthenticationBasic authentication method provided?

Open
#602 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
745
Forks
389
Avg merge
3d 20h
Merged PRs (30d)
3

Description

The code does not see the authentication method of org.apache.pulsar.client.impl.auth.AuthenticationBasic
code
case "":
return NewAuthDisabled(), nil

case "tls", "org.apache.pulsar.client.impl.auth.AuthenticationTls":
return NewAuthenticationTLSWithParams(m), nil

case "token", "org.apache.pulsar.client.impl.auth.AuthenticationToken":
return NewAuthenticationTokenWithParams(m)

case "athenz", "org.apache.pulsar.client.impl.auth.AuthenticationAthenz":
return NewAuthenticationAthenzWithParams(m)

case "oauth2", "org.apache.pulsar.client.impl.auth.oauth2.AuthenticationOAuth2":
return NewAuthenticationOAuth2WithParams(m)

default:
return nil, errors.New(fmt.Sprintf("invalid auth provider '%s'", name))
}

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.