apache / apache/doris-operator

[Feature] Support service account to use AWS IAM role

Open
#392 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
138
Forks
72
Avg merge
5d 12h
Merged PRs (30d)
3

Description

### Search before asking

- [x] I had searched in the [issues](https://github.com/apache/doris-operator/issues?q=is%3Aissue) 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](https://github.com/user-attachments/assets/837c7f43-1e07-4130-bb66-ad117bed2a30)

### 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

- [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.