-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cli): support WebIdentityCredentials (as used by EKS) #11559
Conversation
allow passing PolicyDocuments to Policys like it could be done for ManagedPolicys fixes #11236
for using PolicyDocument in (Managed)Policy
We just hit this limitation and it has put our project on hold. Would love to see this in the next release! |
Would love to see this in the next release. Long awaited feature for out Gitlab Runners on EKS! 🎉 |
@Markus7811 Is this not being approved/merged because it's failing the test maybe? Build Logs |
@nwesoccer thank you for your feedback. I can't se the build protocolls.. :-/ Have to check |
@Markus7811 Sounds good, thank you for championing this change...and keeping up with merging of master in! |
Ok, pushed a fix, that will fix the test (but isn't testing EKS-Credentials), but at the moment, i don't have any idea how to test the WEB_IDENTITY_TOKEN, because the way it's handled for ecs and ec2 isn't working for eks: https://docs.aws.amazon.com/credref/latest/refdocs/setting-global-credential_source.html |
Pull request has been modified.
@iamhopaul123 do have any opinions on this? |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Fixes #11543
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license