-
Notifications
You must be signed in to change notification settings - Fork 10
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
David/check header #294
Merged
Merged
David/check header #294
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lalewis1
approved these changes
Nov 1, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me.
tested locally and it does what it says on the box.
tests passing, but I will investigate further.
avillar
added a commit
to avillar/prez
that referenced
this pull request
Nov 5, 2024
commit 5d54b33 Author: recalcitrantsupplant <[email protected]> Date: Mon Nov 4 20:36:53 2024 +1000 Set proxy_headers to False by default as a more secure option, set forwarded-allow-ips to a sensible default of 127.0.0.1 as it is dependent on proxy_headers being set to True. Match Dockerfile defaults to config.py settings. commit b2cac71 Merge: 420a038 f43a0dc Author: recalcitrantsupplant <[email protected]> Date: Mon Nov 4 19:58:23 2024 +1000 Merge remote-tracking branch 'refs/remotes/origin/main' into root-path-fixes commit f43a0dc Merge: 2a17d2c 6d815b2 Author: Lawson Lewis <[email protected]> Date: Fri Nov 1 13:07:11 2024 +1000 Merge pull request RDFLib#294 from RDFLib/david/check-header-clean David/check header commit 6d815b2 Author: recalcitrantsupplant <[email protected]> Date: Fri Nov 1 12:41:25 2024 +1000 switch back to middleware as function and remove commented code. commit e2b17b4 Author: recalcitrantsupplant <[email protected]> Date: Fri Nov 1 11:59:40 2024 +1000 chore: Update pyoxigraph commit 54da1f9 Author: recalcitrantsupplant <[email protected]> Date: Fri Nov 1 10:48:35 2024 +1000 feat: Add ability for prez to check for a header on all requests such as an API key. commit 2a17d2c Author: Lawson Lewis <[email protected]> Date: Fri Nov 1 10:50:08 2024 +1000 extend default search predicates (RDFLib#292) extended to include alt and hidden labels as per the recommendation in RDFLib#282 commit 420a038 Author: Alejandro Villar <[email protected]> Date: Mon Oct 28 14:45:18 2024 +0100 Fix root_path for subapps commit 596a768 Author: Alejandro Villar <[email protected]> Date: Mon Oct 28 13:19:13 2024 +0100 Add --root-path to docker entrypoint commit cae67ae Author: Alejandro Villar <[email protected]> Date: Mon Oct 28 13:18:53 2024 +0100 Remove root_path from request.url.path before ops commit 5a94425 Author: Alejandro Villar <[email protected]> Date: Mon Oct 28 11:43:58 2024 +0100 Enable proxy headers in uvicorn
🎉 This PR is included in version 4.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checks headers for a specified header with a specified value, can be used for e.g. API Subscriptions.
Updates Pyoxigraph to fix unrelated test failure with OGC Features API - Lawson is separately investigating.