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

Method NoSSL

internal/postgres/hba.go:151–154  ·  view source on GitHub ↗

NoSSL makes hba match connection attempts made over TCP/IP without SSL.

()

Source from the content-addressed store, hash-verified

149
150// NoSSL makes hba match connection attempts made over TCP/IP without SSL.
151func (hba *HostBasedAuthentication) NoSSL() *HostBasedAuthentication {
152 hba.origin = "hostnossl"
153 return hba
154}
155
156// Options specifies any options for the authentication method.
157func (hba *HostBasedAuthentication) Options(opts map[string]string) *HostBasedAuthentication {

Callers 1

Calls

no outgoing calls

Tested by 1