ruanwenjun commented on code in PR #16043:
URL:
https://github.com/apache/dolphinscheduler/pull/16043#discussion_r1610091005
##########
deploy/kubernetes/dolphinscheduler/values.yaml:
##########
@@ -250,20 +250,25 @@ conf:
# -- resource store on HDFS/S3 path, resource file will store to this base
path, self configuration, please make sure the directory exists on hdfs and
have read write permissions. "/dolphinscheduler" is recommended
resource.storage.upload.base.path: /dolphinscheduler
- # -- The AWS access key. if resource.storage.type=S3 or use EMR-Task, This
configuration is required
- resource.aws.access.key.id: minioadmin
+ # The AWS credentials provider type. support:
AWSStaticCredentialsProvider, InstanceProfileCredentialsProvider
+ # AWSStaticCredentialsProvider: use the access key and secret key to
authenticate
+ # InstanceProfileCredentialsProvider: use the IAM role to authenticate
+ credentials.provider.type: AWSStaticCredentialsProvider
Review Comment:
Done, add `aws`
--
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]