mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-23 09:57:58 +02:00
puppet/postgres: Allow connections made by Icinga Web 2
This commit is contained in:
parent
7580d57c1d
commit
5ccd290490
@ -86,6 +86,11 @@ local icingaweb icingaweb trust
|
|||||||
host icingaweb icingaweb 127.0.0.1/32 trust
|
host icingaweb icingaweb 127.0.0.1/32 trust
|
||||||
host icingaweb icingaweb ::1/128 trust
|
host icingaweb icingaweb ::1/128 trust
|
||||||
|
|
||||||
|
# icingaweb2
|
||||||
|
local <%= scope.function_hiera(['icingaweb2::db_user']) %> <%= scope.function_hiera(['icingaweb2::db_user']) %> trust
|
||||||
|
host <%= scope.function_hiera(['icingaweb2::db_user']) %> <%= scope.function_hiera(['icingaweb2::db_user']) %> 127.0.0.1/32 trust
|
||||||
|
host <%= scope.function_hiera(['icingaweb2::db_user']) %> <%= scope.function_hiera(['icingaweb2::db_user']) %> ::1/128 trust
|
||||||
|
|
||||||
# "local" is for Unix domain socket connections only
|
# "local" is for Unix domain socket connections only
|
||||||
local all all ident
|
local all all ident
|
||||||
# IPv4 local connections:
|
# IPv4 local connections:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user