mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
d7d44f6ae7
* Save exposed HTTP or GRPC ports to the agent's store * Add those the health checks API so we can retrieve them from the API * Change redirect-traffic command to also exclude those ports from inbound traffic redirection when expose.checks is set to true.
10 lines
378 B
Plaintext
10 lines
378 B
Plaintext
```release-note:improvement
|
|
agent: Save exposed Envoy ports to the agent's state when `Expose.Checks` is true in proxy's configuration.
|
|
```
|
|
```release-note:improvement
|
|
api: Add `ExposedPort` to the health check API resource.
|
|
```
|
|
```release-note:improvement
|
|
command: Exclude exposed Envoy ports from traffic redirection when providing `-proxy-id` and `Expose.Checks` is set.
|
|
```
|