-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Enhancements to Security Getting Started docs #27009
Conversation
@michelle-purcell I've looked at this PR, a lot of effort has been put into it which is very appreciated, a lot of improvements are here, I've left a few minor suggestions, overall, a nicely done PR, thanks |
3590df8
to
adaed4f
Compare
adaed4f
to
f462a0d
Compare
08e2f6d
to
0cff17b
Compare
f22089a
to
f8a13bd
Compare
b446d6d
to
6e51cf0
Compare
a9ca81d
to
a145a08
Compare
@michelle-purcell It is nearly ready to go, I propose to make only 2 more minor updates, thanks |
|
||
In this example, we build a very simple microservice which offers three endpoints: | ||
If you complete all of the steps in this tutorial, you will build a microservice that provides the following endpoints: |
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.
If you complete all of the steps in this tutorial, you will build a microservice that provides the following endpoints: | |
You will build an application that provides the following endpoints: |
Or something like (though this feels needlessly wordy, too):
The steps in this tutorial will guide you through building an application that provides the following endpoints:
The adverbial introductory phrases are not my favorite to read; it feels like a variant of passive voice.
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 agree. Fixed with a bit of tweaking.
a145a08
to
8a1d0c8
Compare
9c5cb44
to
58d9b5f
Compare
@sberyozkin + @ebullient - Thanks so much for reviewing my changes and your comments. I have now fixed all comments as per suggestions with some tweaks. Please take a look. |
Fixed headings Update docs/src/main/asciidoc/security-getting-started.adoc Co-authored-by: sberyozkin <[email protected]> SME enhancements to security Getting started docs Change title to Basic authentication Fixed title , abstract, sequence, and Maven bit Fix language and tone in 88 as per @ebullient Fixed 149 Update docs/src/main/asciidoc/security-getting-started.adoc Co-authored-by: sberyozkin <[email protected]> Update docs/src/main/asciidoc/security-getting-started.adoc Co-authored-by: sberyozkin <[email protected]> Update docs/src/main/asciidoc/security-getting-started.adoc Co-authored-by: Erin Schnabel <[email protected]> Further edits to fix SME suggestions
58d9b5f
to
9cece61
Compare
|
||
After you complete this tutorial, you will be ready to apply more advanced security mechanisms in Quarkus, for example, how to use the OpenID Connect (OIDC) authentication mechanism. |
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.
Or, what about...
This tutorial prepares you for implementing more advanced security mechanisms in Quarkus, for example, how to use the OpenID Connect (OIDC) authentication mechanism.
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.
A few more comments, but it is starting to feel like nose-cone polishing that could go on forever. =)
Edits to enhance the Quarkus security content and to prepare for future restructuring by using the Diataxis framework.
Relating to QDOCS-33