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

Method TLS

internal/postgres/hba.go:179–182  ·  view source on GitHub ↗

TLS makes hba match connection attempts made using TCP/IP with TLS.

()

Source from the content-addressed store, hash-verified

177
178// TLS makes hba match connection attempts made using TCP/IP with TLS.
179func (hba *HostBasedAuthentication) TLS() *HostBasedAuthentication {
180 hba.origin = "hostssl"
181 return hba
182}
183
184// TCP makes hba match connection attempts made using TCP/IP, with or without SSL.
185func (hba *HostBasedAuthentication) TCP() *HostBasedAuthentication {

Callers 3

NewHBAsFunction · 0.80
postgresqlHBAsFunction · 0.80

Calls

no outgoing calls

Tested by 1