mirror of https://github.com/status-im/consul.git
website: add notice about socket permission portability
This commit is contained in:
parent
b1dae530d4
commit
5a8703bb00
|
@ -441,6 +441,12 @@ definitions support being updated during a reload.
|
||||||
* `group` - The group ID ownership of the socket file. Note that this option
|
* `group` - The group ID ownership of the socket file. Note that this option
|
||||||
currently only supports numeric ID's.
|
currently only supports numeric ID's.
|
||||||
* `mode` - The permission bits to set on the file.
|
* `mode` - The permission bits to set on the file.
|
||||||
|
<br>
|
||||||
|
It is important to note that this option may have different effects on
|
||||||
|
different operating systems. Linux generally observes socket file permissions,
|
||||||
|
while many BSD variants ignore permissions on the socket file itself. It is
|
||||||
|
important to test this feature on your specific distribution. This feature is
|
||||||
|
currently not functional on Windows hosts.
|
||||||
|
|
||||||
* `verify_incoming` - If set to True, Consul requires that all incoming
|
* `verify_incoming` - If set to True, Consul requires that all incoming
|
||||||
connections make use of TLS, and that the client provides a certificate signed
|
connections make use of TLS, and that the client provides a certificate signed
|
||||||
|
|
Loading…
Reference in New Issue