StarRocks / starrocks

The world's fastest open query engine for sub-second analytics both on and off the data lakehouse. With the flexibility to support nearly any scenario, StarRocks provides best-in-class performance for multi-dimensional analytics, real-time analytics, and ad-hoc queries. A Linux Foundation project.
https://starrocks.io
Apache License 2.0
8.97k stars 1.8k forks source link

Support aws_session_token so that AWS temporary credentials can we used to connect to AWS Services (S3, Glue) #47551

Open alberttwong opened 4 months ago

alberttwong commented 4 months ago

Per Session token is required for temporary credentials (i.e., the one time access key and the secret key received from AWS STS). AWS need it to validate your credentials.

If StarRocks don't support aws_session_token, this limits the use in AWS organization that use short or long term AWS temporary credentials

david-koopa commented 2 months ago

I believe I am also facing this issue when creating a storage volume and implementing a shared-data arch.