rafiki icon indicating copy to clipboard operation
rafiki copied to clipboard

Add `/healthz` as a forbidden path during wallet address creation

Open mkurapov opened this issue 5 months ago • 2 comments

Context

Just like the paths /incoming-payments /outgoing-payments and /quotes, we shouldn't allow a wallet address with a /healthz path to be created via the backend createWalletAddress API, as we use this endpoint as a healthcheck for the Open Payments API.

mkurapov avatar Sep 12 '25 08:09 mkurapov

@mkurapov, I would leave this to other newbies. But I hope this is only about adding the /healthz path to Forbidden paths here? -> https://github.com/interledger/rafiki/blob/main/packages/backend/src/open_payments/wallet_address/service.ts#L138

devcer avatar Oct 25 '25 09:10 devcer

@devcer, I do not understand what the issue is about?

kpeale avatar Nov 14 '25 11:11 kpeale