Skip to content

Commit

Permalink
Update values for postgres authentication
Browse files Browse the repository at this point in the history
Signed-off-by: William Young <will.young@engineerbetter.com>
  • Loading branch information
William-Young-97 authored and bitsf committed Nov 22, 2022
1 parent df0deb9 commit 96bd0ef
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pkg/cluster/controllers/database/generate.go
Expand Up @@ -94,7 +94,14 @@ func GetPatron() api.Patroni {
func GetPgHba() []string {
return []string{
"hostssl all all 0.0.0.0/0 md5",
"host all all 0.0.0.0/0 md5",
"host all all 0.0.0.0/0 md5",
"local all all trust",
"local replication postgres trust",
"hostssl replication postgres all md5",
"local replication standby trust",
"hostssl replication standby all md5",
"hostssl all +zalandos all pam",
"hostssl all all all md5",
}
}

Expand Down

0 comments on commit 96bd0ef

Please sign in to comment.