Skip to content

Commit

Permalink
feat: TLS authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjo committed Oct 12, 2023
1 parent 53ef2d5 commit a1789f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/admin/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ func NewPulsarAdmin(conf PulsarAdminConfig) (PulsarAdmin, error) {
if err != nil {
return nil, err
}
adminClient = admin.NewWithAuthProvider(config, oauthProvider)
} else if conf.Token != "" {
config.Token = conf.Token

Expand Down

0 comments on commit a1789f8

Please sign in to comment.