Skip to content
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

rds: Add DBInstanceRoleAssociation #1141

Merged
merged 2 commits into from
Mar 8, 2022

Conversation

chlunde
Copy link
Collaborator

@chlunde chlunde commented Feb 10, 2022

Description of your changes

Add DBInstanceRoleAssociation

Fixes #851

I have:

  • Read and followed Crossplane's contribution process.
  • Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

Add resource, check console. Remove resource, check console.

@chlunde chlunde force-pushed the db-role branch 2 times, most recently from 57df669 to 9b90828 Compare March 1, 2022 11:05
@chlunde chlunde marked this pull request as ready for review March 1, 2022 11:21
@chlunde chlunde requested a review from haarchri March 1, 2022 11:21
@chlunde
Copy link
Collaborator Author

chlunde commented Mar 1, 2022

mutating the resource is not supported (changing feature name or role ARN)

when deleting, it "hangs" for a while as it takes a while to remove the role. Not sure if there's something we can do about this

Copy link
Member

@haarchri haarchri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chlunde please change comments & rebase because of SDK bump - than its safe to merge - testes LGTM

apis/rds/v1alpha1/custom_types.go Outdated Show resolved Hide resolved
apis/rds/v1alpha1/custom_types.go Outdated Show resolved Hide resolved
apis/rds/v1alpha1/custom_types.go Outdated Show resolved Hide resolved
apis/rds/v1alpha1/custom_types.go Outdated Show resolved Hide resolved
apis/rds/v1alpha1/custom_types.go Outdated Show resolved Hide resolved
apis/rds/v1alpha1/custom_types.go Outdated Show resolved Hide resolved
examples/rds/db-instance-roleassociation.yaml Outdated Show resolved Hide resolved
examples/rds/db-instance-roleassociation.yaml Outdated Show resolved Hide resolved
Signed-off-by: Carl Henrik Lunde <chlunde@ifi.uio.no>
Fix the IsNotFound handler so we can delete the RDS instance before the
role.

Signed-off-by: Carl Henrik Lunde <chlunde@ifi.uio.no>
@chlunde chlunde merged commit 641a6cd into crossplane-contrib:master Mar 8, 2022
@chlunde chlunde deleted the db-role branch March 8, 2022 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RDSInstance: Implement IAM Role association
2 participants