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: "cloud, core"
348
+
categories: "core, cloud"
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: "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
@@ -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: "observability, web"
987
+
categories: "web, observability"
988
988
type: guide
989
989
url: /guides/smallrye-fault-tolerance
990
990
- title: SmallRye GraphQL
@@ -1021,7 +1021,7 @@ types:
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: "native, writing-extensions, core"
1024
+
categories: "writing-extensions, native, core"
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, native, core"
1160
+
categories: "native, core, security"
1161
1161
type: guide
1162
1162
url: /guides/native-and-ssl
1163
1163
- title: Using Security with .properties File
@@ -1270,7 +1270,7 @@ types:
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: "serialization, web"
1273
+
categories: "web, serialization"
1274
1274
type: guide
1275
1275
url: /guides/rest-json
1276
1276
- title: Writing REST Services with RESTEasy Reactive
0 commit comments