|
|
@ -16,7 +16,7 @@ proto payload in all methods. We discuss each type of subscription below. |
|
|
|
The simplest approach to delivering dynamic configuration is to place it at a |
|
|
|
The simplest approach to delivering dynamic configuration is to place it at a |
|
|
|
well known path specified in the |
|
|
|
well known path specified in the |
|
|
|
[`ConfigSource`](https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/core/config_source.proto#core-configsource). |
|
|
|
[`ConfigSource`](https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/core/config_source.proto#core-configsource). |
|
|
|
Envoy will use `inotify` (`kqueue` on Mac OS X) to monitor the file for changes |
|
|
|
Envoy will use `inotify` (`kqueue` on macOS) to monitor the file for changes |
|
|
|
and parse the `DiscoveryResponse` proto in the file on update. Binary |
|
|
|
and parse the `DiscoveryResponse` proto in the file on update. Binary |
|
|
|
protobufs, JSON, YAML and proto text are supported formats for the |
|
|
|
protobufs, JSON, YAML and proto text are supported formats for the |
|
|
|
`DiscoveryResponse`. |
|
|
|
`DiscoveryResponse`. |
|
|
|