vfrico commented on PR #195:
URL: 
https://github.com/apache/flink-connector-aws/pull/195#issuecomment-3532898706

   This bug is also affecting to our team on the 5.0 version.
   We've tried to compile the branch 5.1 manually, but seems to have some 
problems with aws authentication inside Apache Flink cluster:
   
   ```
   [2025-11-14 13:18:15.274000] Unable to load credentials from 
SystemPropertyCredentialsProvider(): Unable to load credentials from system 
settings. Access key must be specified either via environment variable 
(AWS_ACCESS_KEY_ID) or system property (aws.accessKeyId).
   [2025-11-14 13:18:15.274000] Unable to load credentials from 
EnvironmentVariableCredentialsProvider(): Unable to load credentials from 
system settings. Access key must be specified either via environment variable 
(AWS_ACCESS_KEY_ID) or system property (aws.accessKeyId).
   [2025-11-14 13:18:15.275000] Unable to load credentials from 
WebIdentityTokenCredentialsProvider(): Either the environment variable 
AWS_WEB_IDENTITY_TOKEN_FILE or the javaproperty aws.webIdentityTokenFile must 
be set.
   [2025-11-14 13:18:15.276000] Unable to load credentials from 
ProfileCredentialsProvider(profileName=default, 
profileFile=ProfileFile(sections=[])): Profile file contained no credentials 
for profile 'default': ProfileFile(sections=[])
   [2025-11-14 13:18:15.347000] Unable to load credentials from 
ContainerCredentialsProvider(): Cannot fetch credentials from container - 
neither AWS_CONTAINER_CREDENTIALS_FULL_URI or 
AWS_CONTAINER_CREDENTIALS_RELATIVE_URI environment variables are set.
   [2025-11-14 13:18:15.539000] Unable to load credentials from 
EnvironmentVariableCredentialsProvider(): Unable to load credentials from 
system settings. Access key must be specified either via environment variable 
(AWS_ACCESS_KEY_ID) or system property (aws.accessKeyId).
   [2025-11-14 13:18:15.539000] Unable to load credentials from 
SystemPropertyCredentialsProvider(): Unable to load credentials from system 
settings. Access key must be specified either via environment variable 
(AWS_ACCESS_KEY_ID) or system property (aws.accessKeyId).
   [2025-11-14 13:18:15.540000] Unable to load credentials from 
WebIdentityTokenCredentialsProvider(): Either the environment variable 
AWS_WEB_IDENTITY_TOKEN_FILE or the javaproperty aws.webIdentityTokenFile must 
be set.
   [2025-11-14 13:18:15.540000] Unable to load credentials from 
ProfileCredentialsProvider(profileName=default, 
profileFile=ProfileFile(sections=[])): Profile file contained no credentials 
for profile 'default': ProfileFile(sections=[])
   [2025-11-14 13:18:15.553000] Unable to load credentials from 
ContainerCredentialsProvider(): Cannot fetch credentials from container - 
neither AWS_CONTAINER_CREDENTIALS_FULL_URI or 
AWS_CONTAINER_CREDENTIALS_RELATIVE_URI environment variables are set.
   [2025-11-14 13:18:15.657000] Unable to load credentials from 
ProfileCredentialsProvider(profileName=default, 
profileFile=ProfileFile(sections=[])): Profile file contained no credentials 
for profile 'default': ProfileFile(sections=[])
   [2025-11-14 13:18:15.657000] Unable to load credentials from 
WebIdentityTokenCredentialsProvider(): Either the environment variable 
AWS_WEB_IDENTITY_TOKEN_FILE or the javaproperty aws.webIdentityTokenFile must 
be set.
   [2025-11-14 13:18:15.657000] Unable to load credentials from 
EnvironmentVariableCredentialsProvider(): Unable to load credentials from 
system settings. Access key must be specified either via environment variable 
(AWS_ACCESS_KEY_ID) or system property (aws.accessKeyId).
   [2025-11-14 13:18:15.657000] Unable to load credentials from 
SystemPropertyCredentialsProvider(): Unable to load credentials from system 
settings. Access key must be specified either via environment variable 
(AWS_ACCESS_KEY_ID) or system property (aws.accessKeyId).
   [2025-11-14 13:18:15.681000] Unable to load credentials from 
ContainerCredentialsProvider(): Cannot fetch credentials from container - 
neither AWS_CONTAINER_CREDENTIALS_FULL_URI or 
AWS_CONTAINER_CREDENTIALS_RELATIVE_URI environment variables are set.
   [2025-11-14 13:18:15.743000] Unable to load credentials from 
SystemPropertyCredentialsProvider(): Unable to load credentials from system 
settings. Access key must be specified either via environment variable 
(AWS_ACCESS_KEY_ID) or system property (aws.accessKeyId).
   [2025-11-14 13:18:15.777000] Unable to load credentials from 
EnvironmentVariableCredentialsProvider(): Unable to load credentials from 
system settings. Access key must be specified either via environment variable 
(AWS_ACCESS_KEY_ID) or system property (aws.accessKeyId).
   [2025-11-14 13:18:15.778000] Unable to load credentials from 
WebIdentityTokenCredentialsProvider(): Either the environment variable 
AWS_WEB_IDENTITY_TOKEN_FILE or the javaproperty aws.webIdentityTokenFile must 
be set.
   [2025-11-14 13:18:15.795000] Unable to load credentials from 
ProfileCredentialsProvider(profileName=default, 
profileFile=ProfileFile(sections=[])): Profile file contained no credentials 
for profile 'default': ProfileFile(sections=[])
   [2025-11-14 13:18:15.797000] Unable to load credentials from 
ContainerCredentialsProvider(): Cannot fetch credentials from container - 
neither AWS_CONTAINER_CREDENTIALS_FULL_URI or 
AWS_CONTAINER_CREDENTIALS_RELATIVE_URI environment variables are set.
   ```
   
   The only solution for us is to wait for the new release.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to