Skip to content

aksd: bump headlamp to telemetry privacy hardening#627

Draft
gambtho wants to merge 1 commit intoAzure:mainfrom
gambtho:aksd/telemetry-privacy-hardening-bump
Draft

aksd: bump headlamp to telemetry privacy hardening#627
gambtho wants to merge 1 commit intoAzure:mainfrom
gambtho:aksd/telemetry-privacy-hardening-bump

Conversation

@gambtho
Copy link
Copy Markdown
Collaborator

@gambtho gambtho commented Apr 29, 2026

Summary

Submodule pointer bump for the headlamp telemetry privacy hardening work. Pulls in six commits from the headlamp-downstream branch:

  • aksd: lock down App Insights SDK config and strip envelope tags
  • aksd: test privacy telemetry initializer
  • aksd: allowlist telemetry event types in headlampEventSlice
  • aksd: test allowlist gating and data non-propagation
  • aksd: replace trackException with minimal exception event
  • aksd: test ErrorBoundary exception telemetry

After merge, each outgoing App Insights envelope contains only an allowlisted event name and (for 'exception') errorName. No URL, user id, session id, IP, cluster, namespace, resource name, error message, or stack.

Depends on: #626 (the corresponding headlamp-downstream PR). Merge that first, then this.

Test plan

Pulls in six commits in the headlamp-downstream branch:
- aksd: lock down App Insights SDK config and strip envelope tags
- aksd: test privacy telemetry initializer
- aksd: allowlist telemetry event types in headlampEventSlice
- aksd: test allowlist gating and data non-propagation
- aksd: replace trackException with minimal exception event
- aksd: test ErrorBoundary exception telemetry

Net result: each outgoing telemetry envelope contains only an allowlisted
event name and (for 'exception') errorName. No URL, user id, session id,
IP, cluster, namespace, resource name, error message, or stack.
Copilot AI review requested due to automatic review settings April 29, 2026 16:44
@gambtho gambtho marked this pull request as draft April 29, 2026 16:46
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Bumps the headlamp git submodule pointer to pull in the Headlamp “telemetry privacy hardening” work from the headlamp-downstream branch, so that outgoing App Insights telemetry is restricted to an allowlisted event name (and errorName for the exception event) with privacy-defense-in-depth sanitization.

Changes:

  • Update the headlamp submodule SHA to include the six downstream commits that harden telemetry privacy (SDK config lockdown, allowlist gating, minimal exception event, and accompanying tests).
  • Align this repo’s Headlamp dependency to the state required by the linked Headlamp PR (#626).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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