Troubleshooting 403 Errors during Kasten Backup via GitHub Actions #110
Answered
by
uldyssian-sh
paladin-ops
asked this question in
Q&A
|
My Actions are failing with a "Permission Denied" error when trying to access the S3 bucket for Kasten exports. I’ve followed the Documentation provided in the repo. Any tips? |
Answered by
uldyssian-sh
Jan 18, 2026
Replies: 1 comment
|
This is likely related to the IAM OIDC provider configuration on your EKS cluster. Ensure your Code security settings allow the specific Action runner to assume the backup role. You can find detailed steps in our Community forum archives. |
0 replies
Answer selected by
paladin-ops
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is likely related to the IAM OIDC provider configuration on your EKS cluster. Ensure your Code security settings allow the specific Action runner to assume the backup role. You can find detailed steps in our Community forum archives.