Minimal bundled MeshIdentityv2.12+
Apply a MeshIdentity policy with an autogenerated CA to all data plane proxies in the mesh.
Prerequisites
- A MeshService resource must be configured in your mesh.
Apply a MeshIdentity policy with an autogenerated CA to all data plane proxies in the mesh.
apiVersion: kuma.io/v1alpha1
kind: MeshIdentity
metadata:
name: identity
namespace: kong-mesh-demo
labels:
kuma.io/mesh: default
spec:
selector:
dataplane:
matchLabels: {}
provider:
type: Bundled
bundled:
meshTrustCreation: Disabled
insecureAllowSelfSigned: true
autogenerate:
enabled: true