Skip to content

fix: IPROTO_ID auth method encoding #275

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

Merged
merged 2 commits into from
Dec 27, 2022

Conversation

DifferentialOrange
Copy link
Member

@DifferentialOrange DifferentialOrange commented Dec 27, 2022

If encoding=None is used (or similar decoder configuration), authentication method received in IPROTO_ID response is not an str, but a bytes object, which is unexpected. This patch fixed the behavior.

Follows #269

If encoding=None is used (or similar decoder configuration),
authentication method received in IPROTO_ID response is not an str, but
a bytes object, which is unexpected. This patch fixed the behavior.

Follows #269
@DifferentialOrange DifferentialOrange force-pushed the DifferentialOrange/gh-269-fix-tests branch from cf83ddc to a5d25df Compare December 27, 2022 15:08
Use SDK with Tarantool which supports auth method in IPROTO_ID
response [1].

1. tarantool/tarantool@13b0ce9

Follows #269
@DifferentialOrange DifferentialOrange merged commit fe68814 into master Dec 27, 2022
@DifferentialOrange DifferentialOrange deleted the DifferentialOrange/gh-269-fix-tests branch December 27, 2022 15:48
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.

1 participant