Joseph C. Jacob created SDAP-409: ------------------------------------ Summary: Collection Manager issue with credential loading due to aioboto3 version Key: SDAP-409 URL: https://issues.apache.org/jira/browse/SDAP-409 Project: Apache Science Data Analytics Platform Issue Type: Bug Components: collection-ingester Reporter: Joseph C. Jacob Assignee: Joseph C. Jacob
If no credentials are needed to access S3, then the collection manager fails to deploy due to the inability of aioboto3 to load credentials. Preliminary tests indicate this is simply due to an outdated version of aioboto3 because simply running "pip install aioboto3" fixes it. An example of when this could happen is SDAP deployment on an EKS cluster in the same region as an S3 bucket in the same AWS account, and with IAM roles giving access attached to the EKS cluster and/or Node Group. A similar situation is described here, but this is for a different version of the aiobotocore module: [https://github.com/aio-libs/aiobotocore/issues/794] -- This message was sent by Atlassian Jira (v8.20.10#820010)