Skip to content

Conversation

@nickmarden
Copy link
Contributor

  • query_param: validates a query parameter in the request URL
  • header_query_param: parses a header as query string format and validates a named parameter (e.g., Google's X-Goog-Channel-Token with secret=...)

Includes Helm chart template support, config validation, and 100% test coverage.

- query_param: validates a query parameter in the request URL
- header_query_param: parses a header as query string format and validates
  a named parameter (e.g., Google's X-Goog-Channel-Token with secret=...)

Includes Helm chart template support, config validation, and 100% test coverage.
@sonarqubecloud
Copy link

@nickmarden nickmarden merged commit c48ee75 into main Jan 23, 2026
8 checks passed
@nickmarden nickmarden deleted the feat/query-param-verifiers branch January 23, 2026 07:02
@codecov
Copy link

codecov bot commented Jan 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@github-actions
Copy link

Docker Images Built

Images are available for testing:

# gatekeeperd
docker pull ghcr.io/tight-line/gatekeeperd:pr-11-fe8f215

# gatekeeper-relay
docker pull ghcr.io/tight-line/gatekeeper-relay:pr-11-fe8f215

docker-compose.yml

GATEKEEPERD_IMAGE=ghcr.io/tight-line/gatekeeperd:pr-11-fe8f215 \
RELAY_IMAGE=ghcr.io/tight-line/gatekeeper-relay:pr-11-fe8f215 \
docker-compose --profile relay up

Helm (values override)

image:
  repository: ghcr.io/tight-line/gatekeeperd  # or gatekeeper-relay
  tag: "pr-11-fe8f215"

Images expire ~15 days after PR closes.

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