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 2019/09/30 08:27:38 UTC

[GitHub] [pulsar] Loghijiaha opened a new issue #5294: Getting errors when creating JWT

Loghijiaha opened a new issue #5294: Getting errors when creating JWT
URL: https://github.com/apache/pulsar/issues/5294
 
 
   **Describe the bug**
   I created private/public key pairs using :
   
   `$ bin/pulsar tokens create-key-pair --output-private-key my-private.key --output-public-key my-public.key`
   
   And I couldn't create a token using the secretkey 👎 
   
   `bin/pulsar tokens create --private-key file:///path/to/my-private.key \
               --subject test-user`
   
   **To Reproduce**
   1. `$ bin/pulsar tokens create-key-pair --output-private-key my-private.key --output-public-key my-public.key`
   
   2.`bin/pulsar tokens create --private-key file:///path/to/my-private.key \
               --subject test-user`
   
   
   **Desktop (please complete the following information):**
    - OS: Ubuntu 18.04
   
   
   
   

----------------------------------------------------------------
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


With regards,
Apache Git Services