Skip to content

mesh ex : Wrong ENV generated by install/tools/setupMeshEx.sh #5833

@kidiyoor

Description

@kidiyoor

Currently setupMeshEx.sh create a variable CONTROL_PLANE_AUTH_POLICY in cluster.env to enable/disable control plane mTLS for VM.

...
echo "CONTROL_PLANE_AUTH_POLICY=$CP_AUTH_POLICY" >> cluster.env
...

It should be

...
echo "ISTIO_CP_AUTH=$CP_AUTH_POLICY" >> cluster.env
...

since istio-start.sh

if [ ! -z "${ISTIO_CP_AUTH:-}" ]; then
looks for ISTIO_CP_AUTH

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions