suddendust opened a new pull request, #12943: URL: https://github.com/apache/pinot/pull/12943
This PR adds a TLS port to minion, just like other components. With this, we can communicate with minion using `https`. In addition to this, we should add this config to minions: ``` pinot.minion.adminapi.access.protocols=internal pinot.minion.adminapi.access.protocols.internal.protocol=https pinot.minion.adminapi.access.protocols.internal.port=9500 ``` And export port 9500 in the headless svc. -- 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