-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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(eks): IAM Roles for service accounts in imported clusters #10774
feat(eks): IAM Roles for service accounts in imported clusters #10774
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aka-toxa General approach is good. See my comments. And thanks! :)
5aa6ebf
to
6222f33
Compare
437fea0
to
3f10bab
Compare
3f10bab
to
34db58f
Compare
…sa-support-for-imported-clusters
Pull request has been modified.
hey @iliapolo can you please help me with the failed build? I'm not sure I understand what it wants from me :( |
@aka-toxa I think its something to do with version numbers in |
@iliapolo it looks like that merging the master branch helps can you check your prev. comments again please? I've resolved most of them |
Co-authored-by: Eli Polonsky <Eli.polonsky@gmail.com>
…com:aka-toxa/aws-cdk into aka-toxa/irsa-support-for-imported-clusters
issuer and issuer url is the same thing. |
But in the code you explicitly separate the That means that |
Pull request has been modified.
hi @iliapolo let decide what we do next? |
Co-authored-by: Eli Polonsky <Eli.polonsky@gmail.com>
@iliapolo done. |
…com:aka-toxa/aws-cdk into aka-toxa/irsa-support-for-imported-clusters
@aka-toxa Thanks for the hard work! Greatly appreciated :) |
Pull request has been modified.
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). |
Hi this is a try to fix #10601
I didn't add proper documentation and tests now because discussions about how to implement that are stale so I've decided to push it forward by creating this PR
if you guys think this is a good approach I will proceed with the unit tests and proper documentation
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license