Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose adapters_by_mimetype config in HTTP API somehow #670

Open
danielballan opened this issue Feb 27, 2024 · 1 comment
Open

Expose adapters_by_mimetype config in HTTP API somehow #670

danielballan opened this issue Feb 27, 2024 · 1 comment

Comments

@danielballan
Copy link
Member

This is spun off from #661. The goal is to enable client registration (tiled register ...) to use same adapters that server has.

Considerations:

  • Different catalogs in the same server may have different adapter_by_mimetype. That is, this is per-catalog, not per-server, so it's not immediately clear where/how to best expose it.
  • Do we want to expose anything about the versions? This could raise security concerns, but worth considering if and to what extent we want to help clients realize that they may have an out of sync version.
@padraic-shafer
Copy link
Contributor

If the call to register automatically selects the lowest matching tree, then it should use those adapters. Does the client need access to those same adapters, or can the server handle everything at that point?

(Or where does the current WIP break down in this regard?)

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

No branches or pull requests

2 participants