apucher commented on code in PR #8831: URL: https://github.com/apache/pinot/pull/8831#discussion_r889378370
########## pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java: ########## @@ -538,7 +538,7 @@ public static class Minion { * Service token for accessing protected controller APIs. * E.g. null (auth disabled), "Basic abcdef..." (basic auth), "Bearer 123def..." (oauth2) */ - public static final String CONFIG_OF_TASK_AUTH_TOKEN = "task.auth.token"; + public static final String CONFIG_TASK_AUTH_NAMESPACE = "task.auth"; Review Comment: unfortunately, can't due to compatibility needs with `task.auth.token` which assume that there will a `.token` available after whichever namespace/prefix -- 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. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org