Commit ffdc5e5
committed
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
959 | 959 | | |
960 | 960 | | |
961 | 961 | | |
| 962 | + | |
962 | 963 | | |
963 | 964 | | |
964 | 965 | | |
| |||
1092 | 1093 | | |
1093 | 1094 | | |
1094 | 1095 | | |
| 1096 | + | |
1095 | 1097 | | |
1096 | 1098 | | |
1097 | 1099 | | |
| |||
0 commit comments