hongkunxu opened a new pull request, #17134: URL: https://github.com/apache/pinot/pull/17134
This PR aim to fix duplcated auth header issue. 1. PinotAdminClient will send double auth header. So change `addHeader` to `setHeader` to make sure keep latest(or unique) auth header 2. Update the getPrincipal extraction logic to prevent access-denied errors caused by duplicate authentication headers in the HTTP request. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
