55 - title : Authorization of web endpoints
66 filename : security-authorize-web-endpoints-reference.adoc
77 summary : Quarkus has an integrated pluggable web security layer.
8- categories : " web, security "
8+ categories : " security, web "
99 id : security-authorize-web-endpoints-reference
1010 type : reference
1111 url : /guides/security-authorize-web-endpoints-reference
3030 - title : Configure data sources in Quarkus
3131 filename : datasource.adoc
3232 summary : Use a unified configuration model to define datasources for Java Database Connectivity (JDBC) and Reactive drivers.
33- categories : " data, getting-started"
33+ categories : " getting-started, data "
3434 id : datasources
3535 type : reference
3636 url : /guides/datasource
@@ -145,14 +145,14 @@ types:
145145 - title : Authentication mechanisms in Quarkus
146146 filename : security-authentication-mechanisms-concept.adoc
147147 summary : " The Quarkus Security framework supports multiple authentication mechanisms, which you can use to secure your applications."
148- categories : " web, security "
148+ categories : " security, web "
149149 id : security-authentication-mechanisms-concept
150150 type : concepts
151151 url : /guides/security-authentication-mechanisms-concept
152152 - title : Basic authentication
153153 filename : security-basic-authentication-concept.adoc
154154 summary : HTTP Basic authentication is one of the least resource-demanding techniques that enforce access controls to web resources.
155- categories : " web, security "
155+ categories : " security, web "
156156 id : security-basic-authentication-concept
157157 type : concepts
158158 url : /guides/security-basic-authentication-concept
@@ -166,21 +166,21 @@ types:
166166 - title : OpenID Connect (OIDC) Bearer authentication
167167 filename : security-oidc-bearer-token-authentication-concept.adoc
168168 summary : Secure HTTP access to Jakarta REST (formerly known as JAX-RS) endpoints in your application with Bearer authentication by using the Quarkus OpenID Connect (OIDC) extension.
169- categories : " web, security "
169+ categories : " security, web "
170170 id : security-oidc-bearer-token-authentication-concept
171171 type : concepts
172172 url : /guides/security-oidc-bearer-token-authentication-concept
173173 - title : OpenID Connect authorization code flow mechanism for protecting web applications
174174 filename : security-oidc-code-flow-authentication-concept.adoc
175175 summary : " To protect your web applications, you can use the industry-standard authorization code flow mechanism provided by the Quarkus OpenID Connect (OIDC) extension."
176- categories : " web, security "
176+ categories : " security, web "
177177 id : security-oidc-code-flow-authentication-concept
178178 type : concepts
179179 url : /guides/security-oidc-code-flow-authentication-concept
180180 - title : Proactive authentication
181181 filename : security-proactive-authentication-concept.adoc
182182 summary : Proactive authentication is enabled in Quarkus by default.
183- categories : " web, security "
183+ categories : " security, web "
184184 id : security-proactive-authentication-concept
185185 type : concepts
186186 url : /guides/security-proactive-authentication-concept
@@ -215,7 +215,7 @@ types:
215215 - title : Security vulnerability detection and reporting in Quarkus
216216 filename : security-vulnerability-detection-concept.adoc
217217 summary : Most of the Quarkus tags are registered in the US National Vulnerability Database (NVD) in Common Platform Enumeration (CPE) name format.
218- categories : " contributing, security "
218+ categories : " security, contributing "
219219 id : security-vulnerability-detection-concept
220220 type : concepts
221221 url : /guides/security-vulnerability-detection-concept
@@ -283,7 +283,7 @@ types:
283283 - title : Protect a web application by using OpenID Connect (OIDC) authorization code flow
284284 filename : security-oidc-code-flow-authentication-tutorial.adoc
285285 summary : " With the Quarkus OpenID Connect (OIDC) extension, you can protect application HTTP endpoints by using the OIDC Authorization Code Flow mechanism."
286- categories : " web, security "
286+ categories : " security, web "
287287 id : security-oidc-code-flow-authentication-tutorial
288288 type : tutorial
289289 url : /guides/security-oidc-code-flow-authentication-tutorial
@@ -491,7 +491,7 @@ types:
491491 - title : Deploying on OpenShift
492492 filename : deploying-to-openshift.adoc
493493 summary : This guide covers how to deploy a native application on OpenShift.
494- categories : " cloud, native "
494+ categories : " native, cloud "
495495 id : deploy-openshift
496496 type : guide
497497 url : /guides/deploying-to-openshift
@@ -758,7 +758,7 @@ types:
758758 - title : Kubernetes extension
759759 filename : deploying-to-kubernetes.adoc
760760 summary : This guide covers how to deploy a native application on Kubernetes.
761- categories : " cloud, native "
761+ categories : " native, cloud "
762762 id : deploy-kubernetes
763763 type : guide
764764 url : /guides/deploying-to-kubernetes
@@ -961,7 +961,7 @@ types:
961961 - title : Simplified Hibernate ORM with Panache and Kotlin
962962 filename : hibernate-orm-panache-kotlin.adoc
963963 summary : This explains the specifics of using Hibernate ORM with Panache in a Kotlin project.
964- categories : " data, alt-languages"
964+ categories : " alt-languages, data "
965965 type : guide
966966 url : /guides/hibernate-orm-panache-kotlin
967967 - title : Simplified Hibernate Reactive with Panache
@@ -979,7 +979,7 @@ types:
979979 - title : Simplified MongoDB with Panache and Kotlin
980980 filename : mongodb-panache-kotlin.adoc
981981 summary : This guide covers the usage of MongoDB using active records and repositories in a Kotlin project.
982- categories : " data, alt-languages"
982+ categories : " alt-languages, data "
983983 type : guide
984984 url : /guides/mongodb-panache-kotlin
985985 - title : SmallRye Fault Tolerance
@@ -1158,7 +1158,7 @@ types:
11581158 - title : Using SSL With Native Executables
11591159 filename : native-and-ssl.adoc
11601160 summary : " In this guide, we will discuss how you can get your native images to support SSL, as native images don't support it out of the box."
1161- categories : " core, security , native"
1161+ categories : " security, core , native"
11621162 type : guide
11631163 url : /guides/native-and-ssl
11641164 - title : Using Security with .properties File
@@ -1271,7 +1271,7 @@ types:
12711271 - title : Writing JSON REST Services
12721272 filename : rest-json.adoc
12731273 summary : JSON is now the lingua franca between microservices.
1274- categories : " web, serialization "
1274+ categories : " serialization, web "
12751275 type : guide
12761276 url : /guides/rest-json
12771277 - title : Writing REST Services with RESTEasy Reactive
0 commit comments