Skip to content

fix(backend): added /healthz to FORBIDDENPATH in createWalletAddress#3875

Open
elena-petridou wants to merge 1 commit intointerledger:mainfrom
elena-petridou:main
Open

fix(backend): added /healthz to FORBIDDENPATH in createWalletAddress#3875
elena-petridou wants to merge 1 commit intointerledger:mainfrom
elena-petridou:main

Conversation

@elena-petridou
Copy link
Copy Markdown

@elena-petridou elena-petridou commented Mar 26, 2026

Changes proposed in this pull request

  • added /healthz to FORBIDDENPATH in createWalletAddress

Context

Added /healthz to the list of forbidden paths during wallet address creation in the backend service. Fixes #3640

Since FORBIDDENPATHS is exported and used in the tests, the test case is already covered

Checklist

  • Related issues linked using fixes #number
  • Tests added/updated
  • Make sure that all checks pass
  • Bruno collection updated (if necessary)
  • Documentation issue created with user-docs label (if necessary)
  • OpenAPI specs updated (if necessary)

@netlify
Copy link
Copy Markdown

netlify bot commented Mar 26, 2026

Deploy Preview for brilliant-pasca-3e80ec ready!

Name Link
🔨 Latest commit a43f96d
🔍 Latest deploy log https://app.netlify.com/projects/brilliant-pasca-3e80ec/deploys/69d684d4727936898583b4dc
😎 Deploy Preview https://deploy-preview-3875--brilliant-pasca-3e80ec.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added pkg: backend Changes in the backend package. type: source Changes business logic labels Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pkg: backend Changes in the backend package. type: source Changes business logic

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add /healthz as a forbidden path during wallet address creation

1 participant