File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -307,9 +307,10 @@ The following settings are affected in the `postgresql` block:
307
307
- `md5_auth_cidr_addresses`: A list of CIDR address blocks that are allowed to
308
308
connect to the server, after authentication with a password.
309
309
- `trust_auth_cidr_addresses`: A list of CIDR address blocks that are allowed
310
- to connect to the server, without authentication of any kind. _Be very careful
311
- with this setting._ It' s suggested that this be limited to the loopback
312
- address of ` 127.0.0.1/24` or even ` 127.0.0.1/32` .
310
+ to connect to the server, without authentication of any kind. You should
311
+ only set this setting to allow connections from nodes that need to connect,
312
+ such as GitLab Rails or Sidekiq. This includes local connections when deployed
313
+ on the same node or from components such as Postgres Exporter (`127.0.0.1/32`).
313
314
- `sql_user`: Controls the expected username for MD5 authentication. This
314
315
defaults to `gitlab`, and isn' t a required setting.
315
316
- ` sql_user_password` : Sets the password that PostgreSQL will accept for MD5
You can’t perform that action at this time.
0 commit comments