maria:bb-10.9-MDEV-19281-v2

Last commit made on 2022-03-16
Get this branch:
git clone -b bb-10.9-MDEV-19281-v2 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.9-MDEV-19281-v2
Repository:
lp:maria

Recent commits

5e1d2df... by Julius Goryavsky <email address hidden>

MDEV-19281: Plugin implementation for the Hashicorp Vault KMS

- Authentication is done using the Hashicorp Vault's token
  authentication method;
- If additional client authentication is required, then the
  path to the CA authentication bundle file may be passed
  as a plugin parameter;
- The creation of the keys and their management is carried
  out using the Hashicorp Vault KMS and their tools;
- Key values stored as hexadecimal strings;
- Key values caching is supported.
- Implemented a time-invalidated cache for key values and
  for key version numbers received from the Hashicorp Valult
  server;
- The plugin uses libcurl (https) as an interface to
  the HashiCorp Vault server;
- JSON parsing is performed through the JSON service
  (through the include/mysql/service_json.h);
- HashiCorp Vault 1.2.4 was used for development and testing.

66b5b92... by Marko Mäkelä

Merge 10.8 into 10.9

89cd3da... by Marko Mäkelä

Merge 10.7 into 10.8

33c30da... by Marko Mäkelä

Fix clang -Wtypedef-redefinition

Fixup for commit 77c184df7c056da7364e606ac977cc2d3cd826ad

3c9f415... by Marko Mäkelä

Merge 10.6 into 10.7

77c7390... by Marko Mäkelä

Merge 10.5 into 10.6

4cfb6ed... by Marko Mäkelä

Merge 10.4 into 10.5

8afabca... by Marko Mäkelä

MDEV-19577 fixup: galera.galera_binlog_stmt_autoinc

42cb400... by Marko Mäkelä

Merge 10.5 into 10.6

97d8280... by Marko Mäkelä

Fix clang -Wtypedef-redefinition

This fixes commit 77c184df7c056da7364e606ac977cc2d3cd826ad.