apache/pulsar

broker.conf documentation : wrong tokenSecretKey base64 inline description

Open

#10.584 aberto em 14 de mai. de 2021

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)Java (3.485 forks)batch import
help wantedtype/bug

Métricas do repositório

Stars
 (13.697 stars)
Métricas de merge de PR
 (Mesclagem média 3d 10h) (146 fundiu PRs em 30d)

Description

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.

Guia do colaborador