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

fix(cognitoidentityprovider): Remove nil pointer exceptions in isUpTo… #1300

Merged
merged 1 commit into from
May 13, 2022

Conversation

Benedikt1992
Copy link
Contributor

Description of your changes

The UserPool resource in cognitoidentityprovider tries to resolve some nil pointers during the isUpToDate check. This PR checks if the pointers are nil.

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

manual tests

…Date checks

Signed-off-by: Benedikt Bock <benedikt.bock-extern@deutschebahn.com>
(external expert on behalf of DB Netz AG)
@haarchri
Copy link
Member

Hey @Benedikt1992 thanks for the fix did you think that this also fixes the following issue ? https://crossplane.slack.com/archives/CEG3T90A1/p1652387657370869?thread_ts=1652376284.052839&cid=CEG3T90A1

@Benedikt1992
Copy link
Contributor Author

Hey @Benedikt1992 thanks for the fix did you think that this also fixes the following issue ? https://crossplane.slack.com/archives/CEG3T90A1/p1652387657370869?thread_ts=1652376284.052839&cid=CEG3T90A1

Yes, this is the same bug

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.

thanks

@haarchri haarchri merged commit 14aed16 into crossplane-contrib:master May 13, 2022
@github-actions
Copy link

Backport failed for release-0.27, because 1 or more of the commits are not available.

Please cherry-pick the changes locally.
Note that rebase and squash merges are not supported at this time.
For more information see korthout/backport-action#46.

febarbosa182 pushed a commit to febarbosa182/provider-aws that referenced this pull request May 23, 2022
…Date checks (crossplane-contrib#1300)

Signed-off-by: Benedikt Bock <benedikt.bock-extern@deutschebahn.com>
(external expert on behalf of DB Netz AG)
Signed-off-by: Felipe Barbosa <lybrbarbosa@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants