mirror of https://github.com/citusdata/citus.git
DESCRIPTION: introduce `citus.local_hostname` GUC for connections to the current node Citus once in a while needs to connect to itself for some systems operations. This used to be hardcoded to `localhost`. The hardcoded hostname causes some issues, for example in environments where `sslmode=verify-full` is required. It is not always desirable or even feasible to get `localhost` as an alt name on the certificate. By introducing a GUC to use when connecting to the current instance the user has more control what network path is used and what hostname is required to be present in the server certificate. |
||
---|---|---|
.. | ||
test | ||
copy_modified | ||
diff | ||
diff-filter | ||
normalize.sed | ||
test_diff |