From f3e3cab755d931726556eb73e41b575fad27477d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 19 Jun 2026 13:08:14 +0000 Subject: [PATCH 1/2] Initial plan From 39297efd28b2dc92b21c5af2c64565cc492bdf27 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 19 Jun 2026 13:12:13 +0000 Subject: [PATCH 2/2] Fix helm service unit tests for TLS defaults --- charts/iap/tests/service_test.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/charts/iap/tests/service_test.yaml b/charts/iap/tests/service_test.yaml index a251d7a..09af047 100644 --- a/charts/iap/tests/service_test.yaml +++ b/charts/iap/tests/service_test.yaml @@ -11,6 +11,7 @@ tests: type: "ClusterIP" port: 80 applicationPort: 8080 + useTLS: false useWebSockets: false asserts: - hasDocuments: @@ -163,6 +164,7 @@ tests: type: "ClusterIP" port: 80 applicationPort: 80 + useTLS: false useWebSockets: false asserts: - equal: @@ -182,6 +184,7 @@ tests: type: "ClusterIP" port: 443 applicationPort: 8443 + useTLS: false useWebSockets: false asserts: - equal: @@ -230,6 +233,7 @@ tests: type: "ClusterIP" port: 9999 applicationPort: 8888 + useTLS: false useWebSockets: false asserts: - equal: @@ -398,6 +402,7 @@ tests: type: "ClusterIP" port: 443 applicationPort: 3443 + useTLS: false useWebSockets: true websocketPort: 8080 asserts: