apache/pulsar

broker.conf documentation : wrong tokenSecretKey base64 inline description

开放

#10,584 创建于 2021年5月14日

 (2 条评论) (0 个反应) (0 位负责人)Java (3,485 个派生)batch import
help wantedtype/bug

仓库指标

星标
 (13,697 个星标)
PR 合并指标
 (平均合并 3天 10小时) (30 天内合并 146 个 PR)

描述

On the website the documentation to pass a token in base64 mention to use tokenSecretKey=data:;base64,******

However I could not have it working using (without the semicolon) tokenSecretKey=data:base64,******

I am using the broker version 2.6.3

Context (not sure important) :

  • On openjdk 11.0.10
  • I also use two authentication mechanisms authenticationProviders=org.apache.pulsar.broker.authentication.AuthenticationProviderTls,org.apache.pulsar.broker.authentication.AuthenticationProviderToken

This has been discussed here https://github.com/apache/pulsar/issues/6761 but led to the opposite observation.

贡献者指南