5
5
- title : Authorization of web endpoints
6
6
filename : security-authorize-web-endpoints-reference.adoc
7
7
summary : Quarkus has an integrated pluggable web security layer.
8
- categories : " security, web "
8
+ categories : " web, security "
9
9
id : security-authorize-web-endpoints-reference
10
10
type : reference
11
11
url : /guides/security-authorize-web-endpoints-reference
@@ -131,14 +131,14 @@ types:
131
131
- title : Authentication mechanisms in Quarkus
132
132
filename : security-authentication-mechanisms-concept.adoc
133
133
summary : " The Quarkus Security framework supports multiple authentication mechanisms, which you can use to secure your applications."
134
- categories : " security, web "
134
+ categories : " web, security "
135
135
id : security-authentication-mechanisms-concept
136
136
type : concepts
137
137
url : /guides/security-authentication-mechanisms-concept
138
138
- title : Basic authentication
139
139
filename : security-basic-authentication-concept.adoc
140
140
summary : HTTP Basic authentication is one of the least resource-demanding techniques that enforce access controls to web resources.
141
- categories : " security, web "
141
+ categories : " web, security "
142
142
id : security-basic-authentication-concept
143
143
type : concepts
144
144
url : /guides/security-basic-authentication-concept
@@ -152,21 +152,21 @@ types:
152
152
- title : OpenID Connect (OIDC) Bearer authentication
153
153
filename : security-oidc-bearer-token-authentication-concept.adoc
154
154
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.
155
- categories : " security, web "
155
+ categories : " web, security "
156
156
id : security-oidc-bearer-token-authentication-concept
157
157
type : concepts
158
158
url : /guides/security-oidc-bearer-token-authentication-concept
159
159
- title : OpenID Connect authorization code flow mechanism for protecting web applications
160
160
filename : security-oidc-code-flow-authentication-concept.adoc
161
161
summary : " To protect your web applications, you can use the authorization code flow mechanism provided by the Quarkus OpenID Connect (OIDC) extension."
162
- categories : " security, web "
162
+ categories : " web, security "
163
163
id : security-oidc-code-flow-authentication-concept
164
164
type : concepts
165
165
url : /guides/security-oidc-code-flow-authentication-concept
166
166
- title : Proactive authentication
167
167
filename : security-proactive-authentication-concept.adoc
168
168
summary : Proactive authentication is enabled in Quarkus by default.
169
- categories : " security, web "
169
+ categories : " web, security "
170
170
id : security-proactive-authentication-concept
171
171
type : concepts
172
172
url : /guides/security-proactive-authentication-concept
@@ -201,7 +201,7 @@ types:
201
201
- title : Security vulnerability detection and reporting in Quarkus
202
202
filename : security-vulnerability-detection-concept.adoc
203
203
summary : Most of the Quarkus tags are registered in the US National Vulnerability Database (NVD) in Common Platform Enumeration (CPE) name format.
204
- categories : " security, contributing "
204
+ categories : " contributing, security "
205
205
id : security-vulnerability-detection-concept
206
206
type : concepts
207
207
url : /guides/security-vulnerability-detection-concept
@@ -230,7 +230,7 @@ types:
230
230
- title : Building a Native Executable
231
231
filename : building-native-image.adoc
232
232
summary : Build native executables with GraalVM or Mandrel.
233
- categories : " getting-started, native "
233
+ categories : " native, getting-started"
234
234
type : tutorial
235
235
url : /guides/building-native-image
236
236
- title : Collect metrics using Micrometer
@@ -243,7 +243,7 @@ types:
243
243
- title : Configure data sources in Quarkus
244
244
filename : datasource.adoc
245
245
summary : Use a unified configuration model to define datasources for Java Database Connectivity (JDBC) and Reactive drivers.
246
- categories : " getting-started, data, reactive"
246
+ categories : " data, reactive, getting-started "
247
247
id : datasources
248
248
type : tutorial
249
249
url : /guides/datasource
@@ -276,7 +276,7 @@ types:
276
276
- title : Protect a web application by using OpenID Connect (OIDC) authorization code flow
277
277
filename : security-oidc-code-flow-authentication-tutorial.adoc
278
278
summary : " With the Quarkus OpenID Connect (OIDC) extension, you can protect application HTTP endpoints by using the OIDC Authorization Code Flow mechanism."
279
- categories : " security, web "
279
+ categories : " web, security "
280
280
id : security-oidc-code-flow-authentication-tutorial
281
281
type : tutorial
282
282
url : /guides/security-oidc-code-flow-authentication-tutorial
@@ -289,7 +289,7 @@ types:
289
289
- title : Secure a Quarkus application with Basic authentication and Jakarta Persistence
290
290
filename : security-basic-authentication-tutorial.adoc
291
291
summary : Secure your Quarkus application endpoints by combining the built-in Quarkus Basic authentication with the Jakarta Persistence identity provider to enable role-based access control (RBAC).
292
- categories : " security, getting-started"
292
+ categories : " getting-started, security "
293
293
id : security-basic-authentication-tutorial
294
294
type : tutorial
295
295
url : /guides/security-basic-authentication-tutorial
@@ -484,7 +484,7 @@ types:
484
484
- title : Deploying on OpenShift
485
485
filename : deploying-to-openshift.adoc
486
486
summary : This guide covers how to deploy a native application on OpenShift.
487
- categories : " cloud, native "
487
+ categories : " native, cloud "
488
488
id : deploy-openshift
489
489
type : guide
490
490
url : /guides/deploying-to-openshift
@@ -751,7 +751,7 @@ types:
751
751
- title : Kubernetes extension
752
752
filename : deploying-to-kubernetes.adoc
753
753
summary : This guide covers how to deploy a native application on Kubernetes.
754
- categories : " cloud, native "
754
+ categories : " native, cloud "
755
755
id : deploy-kubernetes
756
756
type : guide
757
757
url : /guides/deploying-to-kubernetes
@@ -961,7 +961,7 @@ types:
961
961
- title : Simplified Hibernate ORM with Panache and Kotlin
962
962
filename : hibernate-orm-panache-kotlin.adoc
963
963
summary : This explains the specifics of using Hibernate ORM with Panache in a Kotlin project.
964
- categories : " alt-languages, data "
964
+ categories : " data, alt-languages"
965
965
type : guide
966
966
url : /guides/hibernate-orm-panache-kotlin
967
967
- title : Simplified Hibernate Reactive with Panache
@@ -979,7 +979,7 @@ types:
979
979
- title : Simplified MongoDB with Panache and Kotlin
980
980
filename : mongodb-panache-kotlin.adoc
981
981
summary : This guide covers the usage of MongoDB using active records and repositories in a Kotlin project.
982
- categories : " alt-languages, data "
982
+ categories : " data, alt-languages"
983
983
type : guide
984
984
url : /guides/mongodb-panache-kotlin
985
985
- title : SmallRye Fault Tolerance
@@ -1015,14 +1015,14 @@ types:
1015
1015
- title : Testing Your Application
1016
1016
filename : getting-started-testing.adoc
1017
1017
summary : " This guide covers testing in JVM mode, native mode, and injection of resources into tests"
1018
- categories : " core, native, tooling"
1018
+ categories : " native, tooling, core "
1019
1019
id : testing
1020
1020
type : guide
1021
1021
url : /guides/getting-started-testing
1022
1022
- title : Tips for writing native applications
1023
1023
filename : writing-native-applications-tips.adoc
1024
1024
summary : This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable.
1025
- categories : " core, writing-extensions, native"
1025
+ categories : " writing-extensions, native, core "
1026
1026
type : guide
1027
1027
url : /guides/writing-native-applications-tips
1028
1028
- title : Update projects to the latest version of Quarkus
@@ -1158,7 +1158,7 @@ types:
1158
1158
- title : Using SSL With Native Executables
1159
1159
filename : native-and-ssl.adoc
1160
1160
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 : " native, core, security "
1162
1162
type : guide
1163
1163
url : /guides/native-and-ssl
1164
1164
- title : Using Security with .properties File
@@ -1265,7 +1265,7 @@ types:
1265
1265
- title : Validation with Hibernate Validator
1266
1266
filename : validation.adoc
1267
1267
summary : This guide covers how to use Hibernate Validator/Bean Validation in your REST services.
1268
- categories : " web, data "
1268
+ categories : " data, web "
1269
1269
type : guide
1270
1270
url : /guides/validation
1271
1271
- title : Writing JSON REST Services
0 commit comments