ilamhs opened a new pull request, #17703:
URL: https://github.com/apache/pinot/pull/17703
1. The PR has to be tagged with at least one of the following labels (*):
1. `feature`
2. `bugfix`
3. `security`
## Summary
Batch ingestion jobs (standalone, Hadoop, Spark) now thread the job-level
TlsSpec
through to controller API calls (getTableConfig, getSchema, segment push).
This
enables mTLS client authentication when pushing segments to TLS-enabled
controllers.
## Changes
- Resolve `FileUploadDownloadClient` from `TlsSpec` instead of using a
static singleton,
building an SSLContext with both KeyManager and TrustManager when
configured
- Thread `TlsSpec` to `getTableConfig`/`getSchema` calls across all job
runners
- Add KeyManager support to `fetchUrl` in `SegmentGenerationUtils`
Fixes #17702
--
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]