avijayanhwx commented on pull request #2904: URL: https://github.com/apache/ozone/pull/2904#issuecomment-1005966633
> Thanks @Taybou for the patch. > > Removing the Kerberos principal does not work, S3 Gateway HTTP server start fails with: `Problem starting http server`. > > @avijayanhwx Aren't there parts of the S3G HTTP endpoint that should keep using SPNEGO (JMX and other Ozone-specific stuff)? Is that possible on the same port, or should we start separate HTTP servers? Good point @adoroszlai. The diagnostic servlets need not be behind SPNEGO walls. That said, it is possible to add SPNEGO only for specific servlets by overriding some BaseHTTPServer logic in the S3G HTTP server class. What are the other servlet endpoints in s3g? Does it have a /conf endpoint? -- 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]
