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

Method AllNetworks

internal/postgres/hba.go:107–110  ·  view source on GitHub ↗

AllNetworks makes hba match connection attempts made from any IP address.

()

Source from the content-addressed store, hash-verified

105
106// AllNetworks makes hba match connection attempts made from any IP address.
107func (hba *HostBasedAuthentication) AllNetworks() *HostBasedAuthentication {
108 hba.address = "all"
109 return hba
110}
111
112// AllUsers makes hba match connections made by any user.
113func (hba *HostBasedAuthentication) AllUsers() *HostBasedAuthentication {

Callers 1

NewHBAFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected