Skip to content

fix(helm): add vote_responses path matches to httproute#35

Merged
jordane merged 1 commit into
mainfrom
jme/LFXV2-1842
May 18, 2026
Merged

fix(helm): add vote_responses path matches to httproute#35
jordane merged 1 commit into
mainfrom
jme/LFXV2-1842

Conversation

@jordane
Copy link
Copy Markdown
Member

@jordane jordane commented May 18, 2026

Summary

  • POST /vote_responses, GET /vote_responses/:id, and PUT /vote_responses/:id were missing from the HTTPRoute path match rules
  • The gateway was returning 404 before requests ever reached the service or Heimdall (no Heimdall logs appeared for these calls)
  • Adds Exact: /vote_responses and PathPrefix: /vote_responses/ matches alongside the existing /votes rules

Fixes vote submission from the self-serve UI (LFXV2-1842).

🤖 Generated with Claude Code

POST /vote_responses and GET/PUT /vote_responses/:id were missing from
the HTTPRoute path matches, causing the gateway to return 404 before
requests ever reached the service or Heimdall.

Issue: LFXV2-1842

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Jordan Evans <jevans@linuxfoundation.org>
Copilot AI review requested due to automatic review settings May 18, 2026 22:49
@jordane jordane requested a review from a team as a code owner May 18, 2026 22:49
Copy link
Copy Markdown

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

Adds missing HTTPRoute path matches for /vote_responses endpoints so the gateway forwards vote submission requests to the service instead of returning 404.

Changes:

  • Adds Exact: /vote_responses match
  • Adds PathPrefix: /vote_responses/ match

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

@jordane jordane merged commit 8caab91 into main May 18, 2026
10 checks passed
@jordane jordane deleted the jme/LFXV2-1842 branch May 18, 2026 22:57
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.

4 participants