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(user): make password attribute optional #474

Merged
merged 3 commits into from
Aug 10, 2023
Merged

fix(user): make password attribute optional #474

merged 3 commits into from
Aug 10, 2023

Conversation

moustafab
Copy link
Contributor

@moustafab moustafab commented Aug 9, 2023

The password is already optional in the terraform schema, but still serialized and sent as an empty string via the client. This addresses the request body serialization.

Contributor's Note

Please mark the following items with an [x] if they apply to your PR.
Leave the [ ] if they are not applicable, or if you have not completed the item.

  • I have added / updated documentation in /docs for any user-facing features or additions.
  • I have added / updated templates in /examples for any new or updated resources / data sources.
  • I have ran make examples to verify that the change works as expected.

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates #462

The password is already optional in the terraform schema, but still serialized and sent as an empty string via the client. This addresses the request body serialization.

Addresses #462
@bpg
Copy link
Owner

bpg commented Aug 9, 2023

Thanks so much @moustafab for the fix! Totally missed that spot.

@bpg bpg changed the title fix(user): make password attribute optional fix(user): make password attribute optional Aug 9, 2023
bpg
bpg previously approved these changes Aug 9, 2023
@bpg
Copy link
Owner

bpg commented Aug 10, 2023

@all-contributors please add @moustafab for bug,code

@allcontributors
Copy link
Contributor

@bpg

I've put up a pull request to add @moustafab! 🎉

@bpg bpg enabled auto-merge (squash) August 10, 2023 15:06
@bpg bpg merged commit 244e061 into bpg:main Aug 10, 2023
10 checks passed
@ghost ghost mentioned this pull request Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants