Skip to content

Fix yaml struct tag, add request logging#5

Open
firecow wants to merge 2 commits intomainfrom
fix/acl-yaml-struct-tag
Open

Fix yaml struct tag, add request logging#5
firecow wants to merge 2 commits intomainfrom
fix/acl-yaml-struct-tag

Conversation

@firecow
Copy link
Member

@firecow firecow commented Feb 13, 2026

Summary

  • Fix json:"deployers"yaml:"deployers" struct tag on ACL.Deployers
  • Add request logging (method, path, upgrade header) for debugging
  • Add ErrorHandler on reverse proxy to log proxy errors

Test plan

  • go test ./... passes
  • Verified request logging shows full docker run flow locally

@firecow firecow self-assigned this Feb 13, 2026
@firecow firecow requested a review from staal0 February 13, 2026 10:31
staal0
staal0 previously approved these changes Feb 13, 2026
Copy link

@staal0 staal0 left a comment

Choose a reason for hiding this comment

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

LGTM

@firecow firecow changed the title Fix struct tag: json -> yaml on ACL.Deployers Fix yaml struct tag, add request logging Feb 13, 2026
Copy link

@staal0 staal0 left a comment

Choose a reason for hiding this comment

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

OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments