You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When cloud_storage_credentials_host is set (e.g. to an STS endpoint),
it was being applied to Iceberg REST catalog credential requests too,
regardless of the catalog's credentials source. This caused failures
when the catalog uses aws_instance_metadata (which expects
169.254.169.254) but the cloud storage host override points elsewhere.
Add iceberg_rest_catalog_credentials_host to allow the catalog
credentials host to be set independently. Thread host_override through
build_refresh_credentials_source and s3_compat_config down to
make_refresh_credentials, replacing the direct config read in the
template with an explicit parameter.
0 commit comments