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 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.
338
-
categories: "core, cloud"
345
+
categories: "cloud, core"
339
346
type: guide
340
347
url: /guides/appcds
341
348
- title: Application Data Caching
@@ -483,12 +490,6 @@ types:
483
490
summary: Cross-Site Request Forgery (CSRF) is an attack that forces an end user to execute unwanted actions on a web application in which they are currently authenticated.
484
491
type: guide
485
492
url: /guides/security-csrf-prevention
486
-
- title: Datasources
487
-
filename: datasource.adoc
488
-
summary: "With Quarkus, you can easily configure a datasource, or several if need be."
489
-
categories: data
490
-
type: guide
491
-
url: /guides/datasource
492
493
- title: Deploying on OpenShift
493
494
filename: deploying-to-openshift.adoc
494
495
summary: This guide covers how to deploy a native application on OpenShift.
@@ -1005,7 +1006,7 @@ types:
1005
1006
- title: Tips for writing native applications
1006
1007
filename: writing-native-applications-tips.adoc
1007
1008
summary: This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable.
1008
-
categories: "core, writing-extensions"
1009
+
categories: "writing-extensions, core"
1009
1010
type: guide
1010
1011
url: /guides/writing-native-applications-tips
1011
1012
- title: Update projects to the latest version of Quarkus
0 commit comments