agroal / pgagroal

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

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

Closed palak-chaturvedi closed 6 months ago

palak-chaturvedi commented 6 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

palak-chaturvedi commented 6 months ago

I would rebase the code as soon as you approve the code. I did but mistakenly deleted the wrong branch. @fluca1978

jesperpedersen commented 6 months ago

I'm closing this due to #434