open-consul/command
Luke Kysow 1be7b5bf35
config entry: hardcode proxy-defaults name as global (#14833)
* 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
..
acl Regenerate files according to 1.19.2 formatter 2022-10-24 16:12:08 -04:00
agent test: ensure that all dependencies in a test agent use the test logger (#14996) 2022-10-24 17:02:38 -05:00
catalog
cli
config config entry: hardcode proxy-defaults name as global (#14833) 2022-10-25 10:55:15 -07:00
connect Regenerate files according to 1.19.2 formatter 2022-10-24 16:12:08 -04:00
debug
event
exec
flags Support auth method with snapshot agent [ENT] (#15020) 2022-10-17 15:57:48 -06:00
forceleave
helpers Regenerate files according to 1.19.2 formatter 2022-10-24 16:12:08 -04:00
info
intention
join
keygen
keyring
kv Fix Consul KV CLI 'GET' flags 'keys' and 'recurse' to be set together (#13493) 2022-08-25 18:21:49 -04:00
leave
lock
login
logout
maint
members
monitor
operator
peering Remove ability to specify external addresses in GenerateToken endpoint (#14930) 2022-10-19 09:31:36 -07:00
reload
rtt
services
snapshot
tls Regenerate files according to 1.19.2 formatter 2022-10-24 16:12:08 -04:00
validate
version
watch
registry.go feat(cli): add initial peering cli commands 2022-09-01 17:20:13 -04:00
registry_oss.go