You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/05/14 07:06:42 UTC

[GitHub] [pulsar] daniel-bartz opened a new issue #10584: broker.conf documentation : wrong tokenSecretKey base64 inline description

daniel-bartz opened a new issue #10584:
URL: https://github.com/apache/pulsar/issues/10584


   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] Anonymitaet commented on issue #10584: broker.conf documentation : wrong tokenSecretKey base64 inline description

Posted by GitBox <gi...@apache.org>.
Anonymitaet commented on issue #10584:
URL: https://github.com/apache/pulsar/issues/10584#issuecomment-841079005


   Hi @daniel-bartz have you tried `tokenSecretKey=data:;base64,******`? (with the semicolon)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] daniel-bartz commented on issue #10584: broker.conf documentation : wrong tokenSecretKey base64 inline description

Posted by GitBox <gi...@apache.org>.
daniel-bartz commented on issue #10584:
URL: https://github.com/apache/pulsar/issues/10584#issuecomment-841174356


   @Anonymitaet Yes, I tried it and it did not work for me with the semicolon.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org