Hi there! I’m trying to set up a minio storage for...
# troubleshooting
a
Hi there! I’m trying to set up a minio storage for Flink HA services (k8s) setting, among others,
highAvailability.storageDir
to
<s3://my-minio-host>
. The problem comes with the credentials. Trying to set up from
s3.access.key
s3a.access.key
AWS_ACCESS_KEY_ID
with the correspondent secret vars, but no solution has effec and I keep getting the error at jobmanager start log:
Copy code
java.util.concurrent.CompletionException: com.amazonaws.SdkClientException: Unable to load AWS credentials from any provider in the chain: [EnvironmentVariableCredentialsProvider: Unable to load AWS credentials from environment variables (AWS_ACCESS_KEY_ID (or AWS_ACCESS_KEY) and AWS_SECRET_KEY (or AWS_SECRET_ACCESS_KEY)), SystemPropertiesCredentialsProvider: Unable to load AWS credentials from Java system properties (aws.accessKeyId and aws.secretKey), WebIdentityTokenCredentialsProvider: You must specify a value for roleArn and roleSessionName, com.amazonaws.auth.profile.ProfileCredentialsProvider@1f86353d: profile file cannot be null, com.amazonaws.auth.EC2ContainerCredentialsProviderWrapper@1b597309: Failed to connect to service endpoint
Anyone could help me with this? Thank you.