Update the resources properties to be compatible with Terraform and OpenAPI generator #12845
Labels
kind/feature
New feature
triage/accepted
The issue was reviewed and is complete enough to start working on it
Description
This is a mirror of #12790 but for resources (
Mesh
,MeshGateway
,MeshExternalService
,MeshService
,MeshMultizoneService
)Description
We identified 4 types of properties:
The full doc: https://docs.google.com/document/d/1ZV8KaXr1kV4P5O-eq4gy5IxSMJQ4VzvTT-BmeBABuDo/edit?tab=t.0
We should modify the properties and have a linter to check that we're not introducing new fields that don't match.
Parent issue: https://github.com/Kong/kong-mesh/issues/7206
For proto we should use
google.protobuf.BoolValue skipMTLS = 4
; so when user sets this to false then API returns falseThe text was updated successfully, but these errors were encountered: