You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
summary: "To protect your web applications, you can use the authorization code flow mechanism provided by the Quarkus OpenID Connect (OIDC) extension."
summary: "With the Quarkus OpenID Connect (OIDC) extension, you can protect application HTTP endpoints by using the OIDC Authorization Code Flow mechanism."
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).
summary: This reference guide explains how to enable AppCDS with Quarkus.
348
-
categories: "core, cloud"
348
+
categories: "cloud, core"
349
349
type: guide
350
350
url: /guides/appcds
351
351
- title: Application Data Caching
@@ -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: "native, cloud"
487
+
categories: "cloud, native"
488
488
id: deploy-openshift
489
489
type: guide
490
490
url: /guides/deploying-to-openshift
@@ -539,7 +539,7 @@ types:
539
539
- title: Dev Services for Databases
540
540
filename: databases-dev-services.adoc
541
541
summary: "When testing or running in dev mode Quarkus can provide you with a zero-config database out of the box, a feature we refer to as Dev Services."
542
-
categories: "tooling, data"
542
+
categories: "data, tooling"
543
543
type: guide
544
544
url: /guides/databases-dev-services
545
545
- title: Dev Services for Elasticsearch
@@ -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: "native, cloud"
754
+
categories: "cloud, native"
755
755
id: deploy-kubernetes
756
756
type: guide
757
757
url: /guides/deploying-to-kubernetes
@@ -879,14 +879,14 @@ types:
879
879
- title: Quarkus and Gradle
880
880
filename: gradle-tooling.adoc
881
881
summary: Develop and build your Quarkus application with Gradle
882
-
categories: "tooling, native"
882
+
categories: "native, tooling"
883
883
id: gradle-tooling
884
884
type: guide
885
885
url: /guides/gradle-tooling
886
886
- title: Quarkus and Maven
887
887
filename: maven-tooling.adoc
888
888
summary: Develop and build your Quarkus application with Maven
889
-
categories: "tooling, native"
889
+
categories: "native, tooling"
890
890
id: maven-tooling
891
891
type: guide
892
892
url: /guides/maven-tooling
@@ -984,7 +984,7 @@ types:
984
984
- title: SmallRye Fault Tolerance
985
985
filename: smallrye-fault-tolerance.adoc
986
986
summary: This guide demonstrates how your Quarkus application can utilize the SmallRye Fault Tolerance specification through the SmallRye Fault Tolerance extension.
987
-
categories: "web, observability"
987
+
categories: "observability, web"
988
988
type: guide
989
989
url: /guides/smallrye-fault-tolerance
990
990
- title: SmallRye GraphQL
@@ -1014,14 +1014,14 @@ types:
1014
1014
- title: Testing Your Application
1015
1015
filename: getting-started-testing.adoc
1016
1016
summary: "This guide covers testing in JVM mode, native mode, and injection of resources into tests"
1017
-
categories: "tooling, core, native"
1017
+
categories: "core, native, tooling"
1018
1018
id: testing
1019
1019
type: guide
1020
1020
url: /guides/getting-started-testing
1021
1021
- title: Tips for writing native applications
1022
1022
filename: writing-native-applications-tips.adoc
1023
1023
summary: This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable.
1024
-
categories: "core, native, writing-extensions"
1024
+
categories: "core, writing-extensions, native"
1025
1025
type: guide
1026
1026
url: /guides/writing-native-applications-tips
1027
1027
- title: Update projects to the latest version of Quarkus
@@ -1157,7 +1157,7 @@ types:
1157
1157
- title: Using SSL With Native Executables
1158
1158
filename: native-and-ssl.adoc
1159
1159
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."
1160
-
categories: "security, core, native"
1160
+
categories: "core, native, security"
1161
1161
type: guide
1162
1162
url: /guides/native-and-ssl
1163
1163
- title: Using Security with .properties File
@@ -1264,13 +1264,13 @@ types:
1264
1264
- title: Validation with Hibernate Validator
1265
1265
filename: validation.adoc
1266
1266
summary: This guide covers how to use Hibernate Validator/Bean Validation in your REST services.
1267
-
categories: "web, data"
1267
+
categories: "data, web"
1268
1268
type: guide
1269
1269
url: /guides/validation
1270
1270
- title: Writing JSON REST Services
1271
1271
filename: rest-json.adoc
1272
1272
summary: JSON is now the lingua franca between microservices.
1273
-
categories: "web, serialization"
1273
+
categories: "serialization, web"
1274
1274
type: guide
1275
1275
url: /guides/rest-json
1276
1276
- title: Writing REST Services with RESTEasy Reactive
0 commit comments