-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
[Cookbook][Security] Added doc for x509 pre authenticated listener #3913
Conversation
@@ -16,5 +16,6 @@ Security | |||
securing_services | |||
custom_provider | |||
custom_authentication_provider | |||
pre_authenticated |
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 also needs to be added to /cookbook/map.rst.inc
.
Thank you for your feedback! |
Using pre Authenticated Security Firewalls | ||
========================================== | ||
|
||
A lot of authentication modules are already provided by some webservers, |
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 think "web servers" is a bit more correct?
…ed listener (zefrog) This PR was merged into the 2.3 branch. Discussion ---------- [Cookbook][Security] Added doc for x509 pre authenticated listener | Q | A | ------------- | --- | Doc fix? | no | New docs? | yes | Applies to | 2.3+ | Fixed tickets | - This can be merged in 2.3. Regards. Commits ------- 57cc957 full xml config, pushed the note at the end of the entry 01d18fe fixing last issues in pre_authenticated cookbook entry 83c40e9 Corrected pre_authenticated cookbook entry f5a6d58 Added pre_authenticated to map.rst 6c9a204 [Cookbook][Security] x509 doc for pre authenticated listeners
Thanks so much for this @zefrog! It's a really well-explained article :). I've opened up #3921 because I have a few small todos that I will still like to do to make this article even clearer. And as you'll see, the question about Cheers! |
This can be merged in 2.3. Regards.