William Weixin Zhang
10/30/2025, 11:02 PMAWS_ROLE_ARN and AWS_WEB_IDENTITY_TOKEN_FILE environment variables are present, but StarRocks appears to be explicitly trying to use IMDS instead.
Is there a specific configuration property or JVM option needed to enable IRSA support in StarRocks?Andrei Harbunou
10/30/2025, 11:51 PMCREATE EXTERNAL CATALOG some_catalog
PROPERTIES
(
"type" = "iceberg",
"iceberg.catalog.type" = "hive",
"hive.metastore.uris" = "<thrift://hive:9083>",
"aws.s3.region" = "us-west-1",
"aws.s3.use_aws_sdk_default_behavior" = "true",
"aws.s3.use_instance_profile" = "false"
);William Weixin Zhang
10/31/2025, 12:02 AMAndrei Harbunou
10/31/2025, 1:22 AMWilliam Weixin Zhang
10/31/2025, 6:24 AMAndrei Harbunou
10/31/2025, 4:28 PM"aws.s3.use_aws_sdk_default_behavior" = "true",
"aws.s3.use_instance_profile" = "false"