Skip to content

Edge IPFS#538

Draft
darobin wants to merge 2 commits into
mainfrom
edge
Draft

Edge IPFS#538
darobin wants to merge 2 commits into
mainfrom
edge

Conversation

@darobin

@darobin darobin commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Just playing around with this idea.

@darobin darobin requested a review from 2color June 8, 2026 14:50
@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown

🚀 Build Preview on IPFS ready

## Extension To Delegated Routing

Making content discoverable can be achieved by offering a delegated routing endpoint
([[http-routing-v1]]). An Edge IPFS server responds to routing requests for CIDs

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would be more specific here about the endpoint only implementing section 4 of the spec, i.e., the Content Routing API.

that it knows about with a peer routing response the `Protocols` array of which
must have a `rasl` entry.

Correspondingly, there must then be a `rasl` field in the peer response object,

@2color 2color Jun 12, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Correspondingly, there must then be a `rasl` field in the peer response object,
Correspondingly, there must then be a `rasl` field in the Peer Schema object,

And link to it

One thing that's slightly awkward is that the peer-schema requires an ID:

ID: the Peer ID as Multihash in Base58btc or CIDv1 with libp2p-key codec.

So the question is whether we want to require every RASL server to also have a key, or to work on adjusting the spec. I'm sure the latter will get push back, given that this assumption is baked in to a bunch of implementations — but still worth having the discussion, given that with HTTP, you are most likely relying on TLS and certificate authorities for transport encryption, rather than key based authentication, transport encryption.

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