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: Fix provider crash #765

Merged
merged 1 commit into from
Feb 12, 2025
Merged

fix: Fix provider crash #765

merged 1 commit into from
Feb 12, 2025

Conversation

adeatcu-ionos
Copy link
Contributor

What does this fix or implement?

canonicalUserId can be nil in the API response when working with object storage access keys. In this case, the provider should not crash. This PR takes care of this: if the value is nil then it won't be set in the state.

Checklist

  • PR name added as appropriate (e.g. feat:/fix:/doc:/test:/refactor:)
  • Tests added or updated
  • Documentation updated
  • Changelog updated and version incremented (label: upcoming release)
  • Github Issue linked if any
  • Jira task updated

@adeatcu-ionos adeatcu-ionos merged commit e903d0f into master Feb 12, 2025
7 checks passed
@adeatcu-ionos adeatcu-ionos deleted the fix-provider-crash branch February 12, 2025 08:03
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.

2 participants