-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve the troubleshooting of a kerberos deployment
1. output logs when the kerberos proxy crash 2. introduce a new endpoint `/test-headers` to troubleshoot the connector. If you go to http://localhost:port/test-headers it will display the headers that the connector receive AFTER the kerberos authentication and BEFORE fetching the profile from LDAP. 3. introduce a new variable `KERBEROS_DEBUG_USER`. When the connector is started with this variable it will disable kerberos and use always the same user. eg `KERBEROS_DEBUG_USER=john`.
- Loading branch information
1 parent
d1b3497
commit a6fabf7
Showing
3 changed files
with
15 additions
and
5 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