Skip to content

Commit a1789f8

Browse files
author
tomjo
committed
feat: TLS authentication
1 parent 53ef2d5 commit a1789f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/admin/interface.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ func NewPulsarAdmin(conf PulsarAdminConfig) (PulsarAdmin, error) {
235235
if err != nil {
236236
return nil, err
237237
}
238-
adminClient = admin.NewWithAuthProvider(config, oauthProvider)
239238
} else if conf.Token != "" {
240239
config.Token = conf.Token
241240

0 commit comments

Comments
 (0)