This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
Enhance DAP Resolution Endpoint to Support Multi-Domain Registries #36
Labels
enhancement
New feature or request
Context
The DAP Resolution endpoint is currently specified as:
<serviceEndpoint>/daps/<local-handle>
This specification limits the ability of a single DAP registry to provide resolution services for multiple domains. As the DAP ecosystem grows, there's an increasing need for flexibility, particularly in scenarios where service providers aim to offer DAP Registry as a Service.
Proposed Change
This proposal would expand the DAP Resolution endpoint to:
<serviceEndpoint>/daps/<local-handle>/<domain>
It also requires that DAP registry implementations store the domain in a column / field to allow for querying.
This modification would enable a single DAP Registry instance to resolve DAPs for multiple domains.
Benefits
Next Steps
Tracker
If adopted, this issue can be closed when the following have been updated with the changes to the endpoint:
Spec:
SDKs:
Registries:
The text was updated successfully, but these errors were encountered: