Skip to content

Commit ffdc5e5

Browse files
fix(e2e): set mtlsMode: disabled on authbridge test fixtures
E2E authbridge tests were failing because the mTLS default changed from disabled to permissive. The envoy-proxy container crash-looped as the envoy template now renders TLS contexts by default, but the E2E test fixtures aren't configured for full mTLS infrastructure. Set mtlsMode: disabled explicitly on both authbridge-agent and authbridge-disabled-agent AgentRuntime fixtures to preserve the existing test behavior. These tests validate sidecar injection, not mTLS transport. Signed-off-by: Varsha Prasad Narsing <varshaprasad96@gmail.com> Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com>
1 parent e3a0491 commit ffdc5e5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

kagenti-operator/test/e2e/fixtures.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -959,6 +959,7 @@ metadata:
959959
namespace: ` + authBridgeTestNamespace + `
960960
spec:
961961
type: agent
962+
mtlsMode: disabled
962963
targetRef:
963964
apiVersion: apps/v1
964965
kind: Deployment
@@ -1092,6 +1093,7 @@ metadata:
10921093
namespace: ` + authBridgeTestNamespace + `
10931094
spec:
10941095
type: agent
1096+
mtlsMode: disabled
10951097
targetRef:
10961098
apiVersion: apps/v1
10971099
kind: Deployment

0 commit comments

Comments
 (0)