-
Notifications
You must be signed in to change notification settings - Fork 359
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
feat: pass only essential and configured headers to authenticator #952
Merged
+2,155
−1,258
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
f0cb78f
fix: added gzip support for cookie_session authenticator
gen1us2k 6999a5f
fix: added proxy_headers config variable for authenticators
gen1us2k 5b94457
fix: better design for forwardRequestToSessionStore
gen1us2k 50f01b1
fix: better solution to convert array to map
gen1us2k 85d391d
renamed field
gen1us2k 0cceab9
added header package to improve readability
gen1us2k 6cbc29a
fixed build
gen1us2k f4b9936
updated schema
gen1us2k 4f5d8af
removed old test
gen1us2k 5c35b6d
added tests
gen1us2k 27e785a
better backwards compatibility
gen1us2k e456520
Merge branch 'master' into gzip_support
gen1us2k 0a9c066
fix: added gzip support for cookie_session authenticator
gen1us2k 9906ce4
fix: added proxy_headers config variable for authenticators
gen1us2k 198902c
fix: better design for forwardRequestToSessionStore
gen1us2k 134c9dc
fix: better solution to convert array to map
gen1us2k eea93ee
renamed field
gen1us2k 3d4333d
added header package to improve readability
gen1us2k 6f0982f
fixed build
gen1us2k 8941f8b
updated schema
gen1us2k 9417a30
removed old test
gen1us2k 81c0fae
added tests
gen1us2k aeba3ce
better backwards compatibility
gen1us2k b671e8b
Update pipeline/authn/authenticator_cookie_session.go
gen1us2k f7f6da9
Merge
gen1us2k 0ca5c51
Small refactoring
gen1us2k 339e8e7
fix: Don't use maps anymore
gen1us2k affc702
Merge branch 'master' into gzip_support
gen1us2k 0bbc5fd
Small fixes
gen1us2k da038f8
fixed test
gen1us2k 690d766
Merge branch 'master' into gzip_support
gen1us2k ba19be3
chore: code review
aeneasr afaf5af
Remove header constants
gen1us2k fe4bd05
fixed tests. Check only canonical header names
gen1us2k 5e16805
Merge branch 'master' into gzip_support
gen1us2k 046422f
Drop header values
gen1us2k f2d31ea
Added tests for the cookie session authenticator
gen1us2k a19b283
Added test for token authenticator
gen1us2k c66ba2a
run prettifier
gen1us2k ab72681
Fixed linter
gen1us2k 4b735e3
Drop dead headers
gen1us2k 028c091
not canonical header
gen1us2k File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
added tests
There are no files selected for viewing
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
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
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
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.
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.
Shouldn't this be include our fallbacks? See this line:
https://github.com/ory/oathkeeper/pull/952/files#diff-0879cde6bf6394458fb28990a1d91fb15793e155257301d639d99ab6604a3601R90