-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Improve Security Search Experience in Quarkus Guides #20622
Labels
Milestone
Comments
sberyozkin
added
area/documentation
area/security
area/housekeeping
Issue type for generalized tasks not related to bugs or enhancements
labels
Oct 8, 2021
9 tasks
nderwin
added a commit
to nderwin-forks/quarkusio.github.io
that referenced
this issue
Oct 12, 2021
Related to quarkusio/quarkus#20622 * removed listing for "Using JWT RBAC" from the web category * added security keywords to entries in the security category so the search feature will continue to find them for partially complete "security" search terms Signed-off-by: Nathan Erwin <[email protected]>
nderwin
added a commit
to nderwin-forks/quarkus
that referenced
this issue
Oct 12, 2021
Related to quarkusio#20622 and quarkusio/quarkusio.github.io#1167 * removed the web category for the security-jwt guide (Using JWT RBAC) * added the "security" keyword for the same guide Signed-off-by: Nathan Erwin <[email protected]>
nderwin
added a commit
to nderwin-forks/quarkusio.github.io
that referenced
this issue
Oct 12, 2021
Related to quarkusio/quarkus#20622 * removed listing for "Using JWT RBAC" from the web category * added security keywords to entries in the security category so the search feature will continue to find them for partially complete "security" search terms Signed-off-by: Nathan Erwin <[email protected]>
nderwin
added a commit
to nderwin-forks/quarkusio.github.io
that referenced
this issue
Oct 13, 2021
* added security keywords to entries in the security category so the search feature will continue to find them for partially complete "security" search terms * related to quarkusio/quarkus#20622 Signed-off-by: Nathan Erwin <[email protected]>
sberyozkin
added
hacktoberfest-accepted
Fixed by Hactoberfest contributors
and removed
area/housekeeping
Issue type for generalized tasks not related to bugs or enhancements
labels
Oct 14, 2021
See also #20680 |
aloubyansky
pushed a commit
to aloubyansky/quarkus
that referenced
this issue
Oct 18, 2021
Related to quarkusio#20622 and quarkusio/quarkusio.github.io#1167 * removed the web category for the security-jwt guide (Using JWT RBAC) * added the "security" keyword for the same guide Signed-off-by: Nathan Erwin <[email protected]> (cherry picked from commit 58d4b18)
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Oct 18, 2021
Related to quarkusio#20622 and quarkusio/quarkusio.github.io#1167 * removed the web category for the security-jwt guide (Using JWT RBAC) * added the "security" keyword for the same guide Signed-off-by: Nathan Erwin <[email protected]> (cherry picked from commit 58d4b18)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Typing
security
in the Quarkus guides search box finds 5Security
guides (Security Overview
and 4 identity provider guides -Properties
,Ldap
,Jpa
andJdbc
), oneCompatibility
guide,Spring Security
is also found. No other guides are visible.Curiously, if one starts typing
security
, and reachessecur
, 3 more guides become visible,OAuth2
,JWT
,Vault
but after progressing tosecuri
they disappear.Also,
JWT RBAC
should be removed from theWeb
category, it is currently visible inWeb
andSecurity
Implementation ideas
Looks like all of the extensions related to security should have a
security
metadata tag added.The text was updated successfully, but these errors were encountered: