Skip to content

feat(postgraphile): remove forward authentication middleware#270

Merged
dargmuesli merged 1 commit into
mainfrom
feat/postgraphile/remove-forward-auth
May 27, 2026
Merged

feat(postgraphile): remove forward authentication middleware#270
dargmuesli merged 1 commit into
mainfrom
feat/postgraphile/remove-forward-auth

Conversation

@dargmuesli
Copy link
Copy Markdown
Member

There is now a Postgraphile preset which validates turnstile:

Thus, the traefik middleware is no longer needed.

@dargmuesli dargmuesli force-pushed the feat/postgraphile/remove-forward-auth branch from d992a94 to b99c38b Compare May 27, 2026 05:58
@dargmuesli dargmuesli requested a review from Copilot May 27, 2026 05:59
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

Removes the Traefik forward authentication middleware for Postgraphile, since Turnstile validation is now handled by a Postgraphile preset in the upstream image (v2.1.0).

Changes:

  • Drop postgraphile_auth forwardauth middleware definition from development stack.
  • Update router middleware lists to no longer reference postgraphile_auth.
  • Bump postgraphile image from 2.0.5 to 2.1.0 in production.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/development/stack.yml Removes forwardauth middleware definition and reference from secure router.
src/production/production.yml Replaces postgraphile_auth with redirectscheme in router middleware list and bumps image to 2.1.0.

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

@dargmuesli dargmuesli marked this pull request as ready for review May 27, 2026 06:14
@dargmuesli dargmuesli merged commit d2f2a83 into main May 27, 2026
9 checks passed
@dargmuesli dargmuesli deleted the feat/postgraphile/remove-forward-auth branch May 27, 2026 06:15
@maevsi-bot
Copy link
Copy Markdown

🎉 This PR is included in version 18.3.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants