cat /var/lib/pgsql/data/pg_hba.conf
# TYPE DATABASE USER ADDRESS METHOD
# "local" is for Unix domain socket connections only
local all all peer
host ovirt_engine_history ovirt_engine_history_grafana 0.0.0.0/0 md5
host ovirt_engine_history ovirt_engine_history_grafana ::0/0 md5
host ovirt_engine_history ovirt_engine_history 0.0.0.0/0 md5
host ovirt_engine_history ovirt_engine_history ::0/0 md5
host engine engine 0.0.0.0/0 md5
host engine engine ::0/0 md5
host ovirt_cinderlib_20200824130037 ovirt_cinderlib_20200824130037 0.0.0.0/0
md5
host ovirt_cinderlib_20200824130037 ovirt_cinderlib_20200824130037 ::0/0
md5
host ovirt_cinderlib ovirt_cinderlib 0.0.0.0/0 md5
host ovirt_cinderlib ovirt_cinderlib ::0/0 md5
# IPv4 local connections:
host all all 127.0.0.1/32 ident
# IPv6 local connections:
host all all ::1/128 ident