Comments - AWS Key Management Encryption Plugin

5 years, 1 month ago Chris Topher

The AWS Key Management Plugin is no longer available from the APT repo. As stated in this article, "the only way to currently obtain the plugin is to install it from source."

For those of you that use Docker, I created a Docker image that builds the AWS Key Management Plugin from source. The resulting aws_key_management.so is compatible with the Docker official images for MariaDB.

To make aws_key_management.so, do the following:

docker run --name aws_key_management_build creemama/mariadb-aws_key_management-plugin-build:latest
docker cp aws_key_management_build:/usr/local/src/build-mariadb/plugin/aws_key_management/aws_key_management.so .

Examine the Dockerfile for the steps used to build the plugin.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.