Allow encrypted traffic from a different trust domainv2.12+
Allow encrypted mTLS traffic from a different trust domain to the mesh using a PEM certificate bundle.
Prerequisites
- A MeshService resource must be configured in your mesh.
Allow encrypted mTLS traffic from a different trust domain to the mesh using a PEM certificate bundle.
apiVersion: kuma.io/v1alpha1
kind: MeshTrust
metadata:
name: zone-2-trust
namespace: kuma-system
labels:
kuma.io/origin: zone
kuma.io/zone: zone-1
kuma.io/mesh: default
spec:
caBundles:
- type: Pem
pem:
value: |-
-----BEGIN CERTIFICATE-----
<CERTIFICATE CONTENT>
-----END CERTIFICATE-----
trustDomain: test.zone-2.mesh.local