2
0
mirror of https://github.com/status-im/consul.git synced 2025-03-03 06:40:45 +00:00
Luke Kysow fbd47e1161
config entry: hardcode proxy-defaults name as global ()
* config entry: hardcode proxy-defaults name as global

proxy-defaults can only have the name global. Because of this,
we support not even setting the name in the config file:

```
kind = "proxy-defaults"
```

Previously, writing this would result in the output:

```
Config entry written: proxy-defaults/
```

Now it will output:

```
Config entry written: proxy-defaults/global
```

This change follows what was done for the new Mesh config entry.
2022-10-25 10:55:15 -07:00

4 lines
96 B
Plaintext

```release-note:improvement
cli: always use name "global" for proxy-defaults config entries
```