[MDEV-6385] MariaDB Galera Authentication between nodes and SST Created: 2014-06-25 Updated: 2019-10-10 Resolved: 2019-10-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Aleksej Trofimov | Assignee: | Kenneth Dyer (Inactive) |
| Resolution: | Fixed | Votes: | 4 |
| Labels: | authentication, galera, kerberos, sst | ||
| Issue Links: |
|
||||||||||||
| Description |
|
Considering authentication requirements between MariaDB Galera Nodes, we would like to suggest several changes to be mate within MariaDB Galera Cluster: |
| Comments |
| Comment by Vladislav Vaintroub [ 2018-07-26 ] |
|
mariabackup uses C client. C clients transparently load authentication plugins when required (when user identifies with auth.plugin). We have a plugin that supports Kerberos (auth_gssapi - server side, auth_gssapi_client -client side) what SST scripts do , I've no good idea really |
| Comment by Jacob Moorman (Inactive) [ 2019-04-12 ] |
|
Geoff to re-assess this ticket based on current state of documentation and make a specific recommendation on ticket about any outstanding needs. |
| Comment by Geoff Montee (Inactive) [ 2019-04-13 ] |
|
The following text has been added:
https://mariadb.com/kb/en/library/introduction-to-state-snapshot-transfers-ssts/#authentication https://mariadb.com/kb/en/library/mariabackup-sst-method/#authentication-and-privileges https://mariadb.com/kb/en/library/xtrabackup-v2-sst-method/#authentication-and-privileges The following section about unix_socket authentication has also been added to the mariabackup and xtrabackup-v2 SST pages:
https://mariadb.com/kb/en/library/mariabackup-sst-method/#passwordless-authentication-unix-socket https://mariadb.com/kb/en/library/xtrabackup-v2-sst-method/#passwordless-authentication-unix-socket And the following section about gssapi authentication has also been added to the mariabackup and xtrabackup-v2 SST pages:
https://mariadb.com/kb/en/library/mariabackup-sst-method/#passwordless-authentication-gssapi https://mariadb.com/kb/en/library/xtrabackup-v2-sst-method/#passwordless-authentication-gssapi |
| Comment by Geoff Montee (Inactive) [ 2019-05-01 ] |
|
Thanks, valerii! I reassigned to KennethDyer for review by the documentation team. |