-
Notifications
You must be signed in to change notification settings - Fork 372
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(iam): Add ServiceLinkedRole #1118
feat(iam): Add ServiceLinkedRole #1118
Conversation
ee2633d
to
903bed9
Compare
@muvaf as discussed here the PR for IAM Group - with the region field as described here aws-controllers-k8s/community#1150 |
Signed-off-by: haarchri <[email protected]> Issue #, if available: aws-controllers-k8s/community#1150 Description of changes: skip region for `.APIGroup "iam.aws.crossplane.io"` tested locally with crossplane-contrib/provider-aws#1118 - it is working now By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
First we need to merge #1122 and then we can bump the ack-code-gen commit again |
903bed9
to
4c3542f
Compare
rebased & ready for review |
8158858
to
7744114
Compare
Signed-off-by: haarchri <[email protected]> Signed-off-by: Maximilian Blatt (external expert on behalf of DB Netz) <[email protected]> Co-authored-by: Maximilian Blatt (external expert on behalf of DB Netz) <[email protected]> Add status info and check if role is actually a service-linked role.
7744114
to
f5113f4
Compare
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.
Rebased the branch on the latest master and added status info as well as a check if the role is actually a serivice-linked role.
Also confirmed that is working. Thank you very much for your contribution @haarchri!
…sion-crds-conversions Add conversion functions for handling some breaking API changes
Signed-off-by: haarchri [email protected]
Description of your changes
added IAM ServiceLinkedRole
Fixes #479
I have:
make reviewable test
to ensure this PR is ready for review.How has this code been tested