Skip to content

feat(postgraphile)!: upgrade to v2#248

Merged
dargmuesli merged 1 commit intobetafrom
feat/postgraphile/v2
Apr 3, 2026
Merged

feat(postgraphile)!: upgrade to v2#248
dargmuesli merged 1 commit intobetafrom
feat/postgraphile/v2

Conversation

@dargmuesli
Copy link
Copy Markdown
Member

This pull request migrates the JWT signing algorithm for PostGraphile and related services from RSA (RS256) to Elliptic Curve (ES256). It updates all relevant configuration files, secrets, and public key references to use new ES256 keys instead of the previous RS256 keys. Additionally, it updates the PostGraphile Docker image to a stable release version.

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

This PR upgrades the PostGraphile Docker image to a stable v2 tag and migrates JWT key material/references from RS256 (RSA) to ES256 (EC) across the dev stack (with partial production reference updates).

Changes:

  • Update production PostGraphile image from 2.0.0-beta.1 to 2.0.0.
  • Replace RS256 public key mounts with ES256 public key mounts in the development stack.
  • Replace the development PostGraphile JWT private key secret with an EC (ES256) private key and add the corresponding ES256 public key file (removing the RS256 one).

Reviewed changes

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

Show a summary per file
File Description
src/production/production.yml Bumps PostGraphile image to 2.0.0 and updates a commented JWT public-key mount reference.
src/development/stack.yml Switches dev service mounts from jwtRS256.key.pub to jwtES256.key.pub.
src/development/secrets/postgraphile/jwt-secret.secret Replaces the dev JWT signing key from RSA to EC (ES256).
src/development/configurations/postgraphile/jwtRS256.key.pub Removes the old RS256 public key file.
src/development/configurations/postgraphile/jwtES256.key.pub Adds the new ES256 public key file.

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

@dargmuesli dargmuesli force-pushed the feat/postgraphile/v2 branch from 21a512a to 66a6a3f Compare April 3, 2026 06:31
@dargmuesli dargmuesli merged commit 56ee4c4 into beta Apr 3, 2026
8 checks passed
@dargmuesli dargmuesli deleted the feat/postgraphile/v2 branch April 3, 2026 06:33
@maevsi-bot
Copy link
Copy Markdown

🎉 This PR is included in version 17.0.0-beta.5 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@maevsi-bot
Copy link
Copy Markdown

🎉 This PR is included in version 17.0.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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants