agroal / pgagroal

High-performance connection pool for PostgreSQL
https://agroal.github.io/pgagroal/
BSD 3-Clause "New" or "Revised" License
667 stars 59 forks source link

Issue#419 Allow pgagroal-admin to specify where to store the master key password file #433

Closed palak-chaturvedi closed 3 months ago

palak-chaturvedi commented 3 months ago

Added the master_key_file location in configuration file. The ./pgagoral-admin -c conf file location -g master-key is to be used to generate the master key. The pgagroal.conf file location should be modified in order to change the master key location. master_key_file_location = desired location

@fluca1978 @jesperpedersen