maytasm3 commented on a change in pull request #9432: Web console: expose props
for S3
URL: https://github.com/apache/druid/pull/9432#discussion_r386591390
##########
File path: web-console/src/utils/ingestion-spec.tsx
##########
@@ -1206,6 +1206,30 @@ export function
getIoConfigFormFields(ingestionComboType: IngestionComboType): F
</>
),
},
+ {
+ name: 'inputSource.properties.accessKeyId',
+ label: 'Access key ID',
+ type: 'string',
+ placeholder: '(optional)',
+ info: (
+ <>
+ <p>S3 access key for this S3 bucket.</p>
+ <p>Setting this will override the default configuration provided
in the config.</p>
Review comment:
The defaults are the keys provided from the S3 credentials providers chain.
See more information at :
https://druid.apache.org/docs/latest/development/extensions-core/s3.html#s3-authentication-methods
Which may or may not be from configs (i.e. If Druid config file and Custom
properties file are not set but the env variable are, then the credentials
providers chain will use the env variable)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]