-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove config options for changing the auth header names (BREAKING)
The original idea behind these were that some service, like Shibboleth, already sets the correct data in some other header, so you can just configure Tobira to check a different header. However, our auth headers by now have quite some requirements (like being base64 encoded) so that it's incredibly unlikely that the exact correct data is already in a header set by another application. I'm positive that all users of Tobira using `auth-proxy` will need to have their own code logic already, so there is no reason why they can't use specific names. I also have not seen any installation out there that actually changes these header names.
- Loading branch information
1 parent
0641f66
commit 94425ce
Showing
3 changed files
with
10 additions
and
42 deletions.
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