open-consul/website/content
Luke Kysow 6131a207cf
Remove Name/Namespace fields from upstream default (#11456)
The UpstreamConfig.Defaults field does not support setting Name or
Namespace because the purpose is to apply defaults to all upstreams.
I think this was just missed in the docs since those fields would
error if set under Defaults.

i.e. this is not supported:

```
UpstreamConfig {
  Defaults {
    Name = "foo"
    Namespace = "bar"
    # Defaults config here
  }
}
```
2021-11-02 14:21:15 -07:00
..
api-docs Merge pull request #10690 from tarat44/h2c-support-in-ping-checks 2021-11-02 13:53:06 -04:00
commands Support Check-And-Set deletion of config entries (#11419) 2021-11-01 16:42:01 +00:00
docs Remove Name/Namespace fields from upstream default (#11456) 2021-11-02 14:21:15 -07:00
partials add root_cert_ttl option for consul connect, vault ca providers (#11428) 2021-11-02 11:02:10 -07:00
security.mdx