Skip to content

refactor(cira): remove no-op InsecureSkipVerify from server TLS config - #1225

Merged
madhavilosetty-intel merged 1 commit into
mainfrom
fix/cira-tls-config
Aug 27, 2026
Merged

refactor(cira): remove no-op InsecureSkipVerify from server TLS config#1225
madhavilosetty-intel merged 1 commit into
mainfrom
fix/cira-tls-config

Conversation

@madhavilosetty-intel

Copy link
Copy Markdown
Contributor

InsecureSkipVerify only affects client-side verification and is dead configuration on this server-side tls.Config; client certs are never requested and device auth happens at the APF USERAUTH layer.

InsecureSkipVerify only affects client-side verification and is dead
configuration on this server-side tls.Config; client certs are never
requested and device auth happens at the APF USERAUTH layer.
@madhavilosetty-intel
madhavilosetty-intel requested a review from a team as a code owner August 27, 2026 23:03
@codecov

codecov Bot commented Aug 27, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 50.81%. Comparing base (3a54634) to head (b6713d3).

Files with missing lines Patch % Lines
internal/controller/tcp/cira/tunnel.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1225   +/-   ##
=======================================
  Coverage   50.81%   50.81%           
=======================================
  Files         149      149           
  Lines       13873    13872    -1     
=======================================
  Hits         7049     7049           
+ Misses       6220     6219    -1     
  Partials      604      604           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@madhavilosetty-intel
madhavilosetty-intel enabled auto-merge (squash) August 27, 2026 23:05
@madhavilosetty-intel
madhavilosetty-intel merged commit 6c1cdb7 into main Aug 27, 2026
20 of 21 checks passed
@madhavilosetty-intel
madhavilosetty-intel deleted the fix/cira-tls-config branch August 27, 2026 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants