-
Notifications
You must be signed in to change notification settings - Fork 12
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
Clarify: Send token to discovery endpoints #416
Labels
Milestone
Comments
m-mohr
added
data discovery
documentation
patch
requires a patch-version (x.x.1 for example)
labels
Oct 18, 2021
|
The openeo r client already supports this feature for processes and collections. It was requested during openEO to allow internal staff to access the full data catalogue and offer published collections to external users. |
@flahn This is great news. Is there any caching implemented in the R client that would need to be refreshed on authentication changes? |
m-mohr
added a commit
that referenced
this issue
Nov 2, 2021
Co-authored-by: Stefaan Lippens <[email protected]>
This was referenced Nov 2, 2021
This was referenced May 3, 2023
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Discovery endpoints (e.g.
GET /collections
) allow to be requested with and without Bearer Token.Sending the Bearer Tokens with the clients is important once you have it so that private data (e.g. Collections) can be requested.
This is important for e.g. exposing Planet data through openEO Platform.
Clarify in the API that clients should send tokens if available. This will likely result in issues for all clients, none supports this yet AFAIK.
The text was updated successfully, but these errors were encountered: