jtuglu1 commented on PR #19236: URL: https://github.com/apache/druid/pull/19236#issuecomment-4225567156
> Maybe a hybrid approach would work? We could introduce `scopeForUser` in core and run it at submit time. In your custom extension, rather than applying vended credentials at scope/submit time, you could use `scopeForUser` to embed the user's own credentials in the input source. We could add a `PasswordProvider` field to `IcebergInputSource` to support that. Then you could use them at runtime in the task to acquire vended credentials. I think this makes sense – my only concern is, for example, being able to reliably "touch-up" these inputSource fields in arbitrary specs (both on overlord and on broker). -- 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]
