didip commented on PR #12339: URL: https://github.com/apache/druid/pull/12339#issuecomment-1121422297
@gianm > At what point & on what process did the properties with assumeRoleArn show up? at line 123: https://github.com/apache/druid/blob/6b2897d920faaafbfbe7beac099fb9e25fcc4165/extensions-core/s3-extensions/src/main/java/org/apache/druid/data/input/s3/S3InputSource.java#L123, `!s3InputSourceConfig.isWebIdentityTokenEnvConfigured()` did not exist before. It went there. > Also, what version of Druid are you using? We observed this behavior on 0.22.0 and 0.22.1 > Do you have any site-specific customizations? Nope. This little patch is the only custom code we made, because infosec keep banging at our door to use IMDS v2. -- 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]
