Jesper Pedersen

Results 623 comments of Jesper Pedersen

There is no `enable_vault` - it is a separate process managed on its own. `pgagroal-vault.conf` will just have the configuration parameters needed for that process.

Yeah, something like ``` [pgagroal-vault] host = localhost port = 2500 [main] host = localhost port = 2345 user = admin #tls #tls_cert_file #tls_key_file #tls_ca_file ``` For now, 1 server...

pgagroal-vault connects to the management port of pgagroal and uses the `GET_PASSWORD` command to get the password for the user in question. The user that is specified in the configuration...

Work is being done on #407 now

I think this is a bit too detailed documented. The documentation should give the reader a sense of what is going on in a code block, like ``` /* Process...

Yeah, stuff like this

The struct documentation could be expanded to explain what it holds, and is used for. The function documentation could give a deeper explanation, and inside `.c` even design decisions

Sounds good - once you have something that you are happy with as the first update take the pull request out of draft, and send a PTAL

Please, reopen if you think it is necessary with an up-to-date version

You may want to split this into 2 issues