Skip to content

api: support authentication methods - #273

Merged
DifferentialOrange merged 1 commit into
masterfrom
DifferentialOrange/gh-269-pap-sha-auth
Dec 26, 2022
Merged

api: support authentication methods#273
DifferentialOrange merged 1 commit into
masterfrom
DifferentialOrange/gh-269-pap-sha-auth

Conversation

@DifferentialOrange

@DifferentialOrangeDifferentialOrange commented Dec 23, 2022

Copy link
Copy Markdown
Member

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
DifferentialOrangeforce-pushed the DifferentialOrange/gh-269-pap-sha-auth branch from 3a96aec to 38b8575CompareDecember 24, 2022 10:02
@DifferentialOrangeDifferentialOrange changed the title Support EE authentication typesSupport EE authentication methodsDec 24, 2022
@DifferentialOrange
DifferentialOrange changed the base branch from master to DifferentialOrange/gh-224-ssl-passwordDecember 24, 2022 13:22
@DifferentialOrange
DifferentialOrangeforce-pushed the DifferentialOrange/gh-269-pap-sha-auth branch from 562abd7 to 9b644d4CompareDecember 24, 2022 13:28
@DifferentialOrangeDifferentialOrange changed the title Support EE authentication methodsapi: support authentication methodsDec 24, 2022
@DifferentialOrange
DifferentialOrange marked this pull request as ready for review December 24, 2022 13:47

@oleg-jukovecoleg-jukovec left a comment

Copy link
Copy Markdown
Contributor

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

DifferentialOrange commented Dec 25, 2022

Copy link
Copy Markdown
MemberAuthor

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 masterDecember 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#322Closes#269
@DifferentialOrange
DifferentialOrangeforce-pushed the DifferentialOrange/gh-269-pap-sha-auth branch from 9b644d4 to b0eaf0cCompareDecember 26, 2022 08:19
@DifferentialOrange
DifferentialOrange merged commit d0126c8 into masterDec 26, 2022
@DifferentialOrange
DifferentialOrange deleted the DifferentialOrange/gh-269-pap-sha-auth branch December 26, 2022 09:01
Sign up for freeto 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

@DifferentialOrange@oleg-jukovec