Skip to content

[Feature] Support service account to use AWS IAM role #392

@hongbo-miao

Description

@hongbo-miao

Search before asking

  • I had searched in the issues and found no similar issues.

Description

It would be great to support service account to use AWS IAM role. Thanks!

Seems today Doris does not support:
https://apachedoriscommunity.slack.com/archives/C02T886T5AR/p1741722243840209

Image

Use case

No need to set s3.access_key and s3.secret_key when query.

SELECT * FROM S3 (
  "URI" = "s3://my-bucket/my.parquet",
  "format" = "parquet",
  "s3.endpoint" = "https://s3.us-west-2.amazonaws.com",
  "s3.region" = "us-west-2",
  "s3.access_key" = "xxx",
  "s3.secret_key" = "xxx"
);

Related issues

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions