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 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
@@ -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: "native, tooling"
882
+
categories: "tooling, native"
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: "native, tooling"
889
+
categories: "tooling, native"
890
890
id: maven-tooling
891
891
type: guide
892
892
url: /guides/maven-tooling
@@ -960,7 +960,7 @@ types:
960
960
- title: Simplified Hibernate ORM with Panache and Kotlin
961
961
filename: hibernate-orm-panache-kotlin.adoc
962
962
summary: This explains the specifics of using Hibernate ORM with Panache in a Kotlin project.
963
-
categories: "alt-languages, data"
963
+
categories: "data, alt-languages"
964
964
type: guide
965
965
url: /guides/hibernate-orm-panache-kotlin
966
966
- title: Simplified Hibernate Reactive with Panache
@@ -978,13 +978,13 @@ types:
978
978
- title: Simplified MongoDB with Panache and Kotlin
979
979
filename: mongodb-panache-kotlin.adoc
980
980
summary: This guide covers the usage of MongoDB using active records and repositories in a Kotlin project.
981
-
categories: "alt-languages, data"
981
+
categories: "data, alt-languages"
982
982
type: guide
983
983
url: /guides/mongodb-panache-kotlin
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: "native, core, tooling"
1017
+
categories: "core, tooling, native"
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: "writing-extensions, native, core"
1024
+
categories: "writing-extensions, core, 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: "native, core, security"
1160
+
categories: "security, core, native"
1161
1161
type: guide
1162
1162
url: /guides/native-and-ssl
1163
1163
- title: Using Security with .properties File
@@ -1264,7 +1264,7 @@ 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.
0 commit comments