PGAGROAL_HBA.CONF(5) File Formats Manual PGAGROAL_HBA.CONF(5)

pgagroal_hba.conf - Host based access configuration file for pgagroal

pgagroal_hba.conf specifies the host based access pattern for pgagroal.

Specifies the access method for clients. Only host supported
Specifies the database for the rule. Either specific name or all for all databases
Specifies the user for the rule. Either specific name or all for all users
Specifies the network for the rule. all for all networks, or IPv4 address with a mask (0.0.0.0/0) or IPv6 address with a mask (::0/0)
Specifies the authentication mode for the user. all for all methods, otherwise trust, reject, password, md5 or scram-sha-256

#
# TYPE  DATABASE USER  ADDRESS  METHOD
#
host    all      all   all      all


pgagroal is maintained on GitHub at https://github.com/agroal/pgagroal

pgagroal is licensed under the 3-clause BSD License.

pgagroal.conf(5), pgagroal_databases.conf(5), pgagroal(1), pgagroal-cli(1), pgagroal-admin(1)