ivankelly commented on a change in pull request #2888: PIP-25: Token based
authentication
URL: https://github.com/apache/pulsar/pull/2888#discussion_r236591262
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/utils/auth/tokens/TokensCliUtils.java
##########
@@ -174,7 +184,7 @@ public void run() throws Exception {
token = System.getenv("TOKEN");
} else {
System.err.println(
- "Token needs to be either passed through `--stdin`,
`--token-file` or by `TOKEN` environment variable");
+ "Token needs to be either passed as an argument or
through `--stdin`, `--token-file` or by `TOKEN` environment variable");
Review comment:
nit: by _the_ `TOKEN`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services