open-consul/website/content
Luke Kysow d21f793b74
peering: add config to enable/disable peering (#13867)
* peering: add config to enable/disable peering

Add config:

```
peering {
  enabled = true
}
```

Defaults to true. When disabled:
1. All peering RPC endpoints will return an error
2. Leader won't start its peering establishment goroutines
3. Leader won't start its peering deletion goroutines
2022-07-22 15:20:21 -07:00
..
api-docs Apply suggestions from code review 2022-06-17 13:36:20 -05:00
commands feat(cli): enable to delete config entry from an input file (#13677) 2022-07-11 10:13:40 -04:00
docs peering: add config to enable/disable peering (#13867) 2022-07-22 15:20:21 -07:00
partials docs: simplify agent docs slugs 2022-04-11 17:38:47 -07:00
security.mdx