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 Java server runs on AWS EKS pod, I get the following error: Caused by: com.amazonaws.services.s3.model.AmazonS3Exception: Access Denied (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied;
After debugging, I found that the S3Client that interacts with S3 assumed the Node role, instead of the ServiceAccount Role.
Current Behavior
The S3Client that interacts with S3 assumed the Node role, instead of the ServiceAccount Role.
Steps to reproduce
Specifications
Version:
Platform:
Subsystem:
Possible Solution
I made the following change and deployed the java service on AWS EKS. I was able to run the server without encountering above mentioned error.
Expected Behavior
When Java server runs on AWS EKS pod, I get the following error:
Caused by: com.amazonaws.services.s3.model.AmazonS3Exception: Access Denied (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied;
After debugging, I found that the S3Client that interacts with S3 assumed the Node role, instead of the ServiceAccount Role.
Current Behavior
The S3Client that interacts with S3 assumed the Node role, instead of the ServiceAccount Role.
Steps to reproduce
Specifications
Possible Solution
I made the following change and deployed the java service on AWS EKS. I was able to run the server without encountering above mentioned error.
The text was updated successfully, but these errors were encountered: