Percona-Lab / pg_tde

MIT License
107 stars 19 forks source link

Implementing remote options for keyring configuration #91

Closed dutow closed 6 months ago

dutow commented 9 months ago

This commit adds the possibility to extract parameters from the main keyring configuration file into a separate file, or remote HTTP objects. Basic tests using perl are also added.

Two simple configuration files are 'keyring-w-file.json' and 'keyring-w-http.json'. Additionally, the HTTP version also support a 'ca' parameter for SSL, similar to the main keyring vault configuration.

With this commit, all string parameters support these options, except the main 'provider' option.