MySQL 9.1.0
Source Code Documentation
|
This is keyring component services' implementation with file as backend to store data.
This component implements following keyring services:
Data is stored in JSON format.
For most parts, component_keyring_file relies on keyring_common library for implementation.
The component relies on component_keyring_file.cnf file for configuration.
Location of this configuration file is same directory where component_keyring_file shared library is located. This configuration file should contain information in one of the following formats.
If configuration file co-located with shared library signals to read configuration locally, current working directory is searched for component_keyring_file.cnf and expected format is 2.
The component exposes following status information through keyring_metadata_query service implementation.
Note: Implementation does not provide concurrency control. That is responsibility of users of the services.