You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the commands of token create-secret-key and token create, pulsarctl is checking the oauth2 secret key file
pulsarctl token create -a HS256 --secret-key-file my-secret.key --subject client
[✖] client error: could not get client credentials: open sndev-admin.json: no such file or directory
But these two commands don't need the oauth2 so we should decouple them.
The text was updated successfully, but these errors were encountered:
Issue
When running the commands of
token create-secret-key
andtoken create
,pulsarctl
is checking the oauth2 secret key fileBut these two commands don't need the oauth2 so we should decouple them.
The text was updated successfully, but these errors were encountered: