Skip to content

Commit

Permalink
chore(mesh): Use third party service account tokens (opendatahub-io#767)
Browse files Browse the repository at this point in the history
This should allow Service Mesh to run on any OpenShift flavor.

Fixes opendatahub-io/kserve#138

Signed-off-by: Edgar Hernández <[email protected]>
  • Loading branch information
israel-hdez authored and zdtsw committed Jan 15, 2024
1 parent 96f5566 commit 04f560d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/feature/templates/servicemesh/base/smcp.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ spec:
security:
dataPlane:
mtls: true # otherwise inference-graph will not work. We use PeerAuthentication resources to force mTLS
identity:
type: ThirdParty
techPreview:
meshConfig:
defaultConfig:
Expand Down

0 comments on commit 04f560d

Please sign in to comment.