mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
4eb2197e82
This PR enables the GetEnvoyBootstrapParams endpoint to construct envoy bootstrap parameters from v2 catalog and mesh resources. * Make bootstrap request and response parameters less specific to services so that we can re-use them for workloads or service instances. * Remove ServiceKind from bootstrap params response. This value was unused previously and is not needed for V2. * Make access logs generation generic so that we can generate them using v1 or v2 resources.
3 lines
92 B
Plaintext
3 lines
92 B
Plaintext
```release-note:feature
|
|
dataplane: Allow getting bootstrap parameters when using V2 APIs
|
|
``` |