-
Notifications
You must be signed in to change notification settings - Fork 15
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
Cert auth #223
Conversation
…tion. Add setting for NGINX to set DN.
…heduler cert auth callback
remove SENTRY_DSN which is no longer used
…t, additional tests, update readme
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.
This looks good. Only some minor comments to address.
README.md
Outdated
|
||
###### Step 3: Extract Private Key | ||
The Nginx web server is configured by default to require client certificates (mutual |
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.
This looks like it has changed. I suggest editing this to show how to change it to enable cert auth.
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.
I made some changes. Please check if new version is good (commit e9b2f30)
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.
Removed ssl_ocsp on
setting from README Nginx configuration text blocks. This has not been tested and unsure if additional settings required.
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. Just one minor request. Add to the log message the user that could not be found when unable to find the user.
…or auth.py log message
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. Can you resolve the conflicts?
Done |
Replaces OAuth/JWT authentication with certificate based authentication for authentication to sensor and to callback URL