-
Notifications
You must be signed in to change notification settings - Fork 9
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
Log fetching #20
Comments
IMHO this path makes a lot of sense, and the questions above are good ones to frame implementation. To state one perhaps obvious idea, design-wise it makes sense to me for to add a placeholder and then have each bakery type override this method with its own implementation. For |
We do have the ability to lock certain endpoints with authentication headers (and already do so for create/delete/update operations). Certainly we could do so for these endpoints as well (or a subset of them), and let https://pangeo-forge.org authenticate via a next.js server-side call. That being said, this approach doesn't really change the fact that the logs will eventually be publicly queryable (whether the user is querying directly, or with https://pangeo-forge.org as an intermediary). |
Just made a few notes on this subject in pangeo-forge/pangeo-forge-orchestrator#150 (comment). Specifically, the |
Reposting @sharkinsspatial's comment from https://github.com/pangeo-forge/registrar/issues/53#issuecomment-1232274752 here, since I believe this will be the best place to discuss this topic going forward:
The text was updated successfully, but these errors were encountered: