MCPcopy Create free account
hub / github.com/CrunchyData/postgres-operator / AllUsers

Method AllUsers

internal/postgres/hba.go:113–116  ·  view source on GitHub ↗

AllUsers makes hba match connections made by any user.

()

Source from the content-addressed store, hash-verified

111
112// AllUsers makes hba match connections made by any user.
113func (hba *HostBasedAuthentication) AllUsers() *HostBasedAuthentication {
114 hba.user = "all"
115 return hba
116}
117
118// Databases makes hba match connections made to specific databases.
119func (hba *HostBasedAuthentication) Databases(name string, names ...string) *HostBasedAuthentication {

Callers 1

NewHBAFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected