Skip to content

api: support authentication methods #273

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 1 commit into from
Dec 26, 2022

Conversation

DifferentialOrange
Copy link
Member

@DifferentialOrange DifferentialOrange commented Dec 23, 2022

Merge after #274

Since Tarantool master 2574ff1a configuring authentication type is
supported [1-2]. Together with this, Tarantool EE had introduced
pap-sha256 authentication method support [3-4]. It can be used only
together with SSL transport. To configure, use auth_type option in
Connection, MeshConnection or ConnectionPool.

Newest master (there is no dev build in customer zone yet) supports
providing authentication method via IPROTO_ID response. So in this patch
we also move ID request to be executed before authentication.

  1. Allow to specify different auth mechanisms tarantool#7988
  2. Add default auth mechanism to IPROTO_ID response tarantool#7989
  3. https://github.com/tarantool/tarantool-ee/issues/295
  4. https://github.com/tarantool/tarantool-ee/issues/322

Closes #269

@DifferentialOrange DifferentialOrange force-pushed the DifferentialOrange/gh-269-pap-sha-auth branch from 3a96aec to 38b8575 Compare December 24, 2022 10:02
@DifferentialOrange DifferentialOrange changed the title Support EE authentication types Support EE authentication methods Dec 24, 2022
@DifferentialOrange DifferentialOrange changed the base branch from master to DifferentialOrange/gh-224-ssl-password December 24, 2022 13:22
@DifferentialOrange DifferentialOrange force-pushed the DifferentialOrange/gh-269-pap-sha-auth branch from 562abd7 to 9b644d4 Compare December 24, 2022 13:28
@DifferentialOrange DifferentialOrange changed the title Support EE authentication methods api: support authentication methods Dec 24, 2022
@DifferentialOrange DifferentialOrange marked this pull request as ready for review December 24, 2022 13:47
Copy link
Contributor

@oleg-jukovec oleg-jukovec left a comment

Choose a reason for hiding this comment

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

Thank you for the patch!

@DifferentialOrange
Copy link
Member Author

DifferentialOrange commented Dec 25, 2022

Thank you for the patch!

Thank you for the review! Can you also check this one #274 ?

Base automatically changed from DifferentialOrange/gh-224-ssl-password to master December 26, 2022 08:19
Since Tarantool master 2574ff1a configuring authentication type is
supported [1-2]. Together with this, Tarantool EE had introduced
pap-sha256 authentication method support [3-4]. It can be used only
together with SSL transport. To configure, use `auth_type` option in
Connection, MeshConnection or ConnectionPool.

Newest master (there is no dev build in customer zone yet) supports
providing authentication method via IPROTO_ID response. So in this patch
we also move ID request to be executed before authentication.

1. tarantool/tarantool#7988
2. tarantool/tarantool#7989
3. tarantool/tarantool-ee#295
4. tarantool/tarantool-ee#322

Closes #269
@DifferentialOrange DifferentialOrange force-pushed the DifferentialOrange/gh-269-pap-sha-auth branch from 9b644d4 to b0eaf0c Compare December 26, 2022 08:19
@DifferentialOrange DifferentialOrange merged commit d0126c8 into master Dec 26, 2022
@DifferentialOrange DifferentialOrange deleted the DifferentialOrange/gh-269-pap-sha-auth branch December 26, 2022 09:01
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.

Support new authentication mechanisms
2 participants