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: "As a Quarkus developer, you configure the Quarkus OpenID Connect (OIDC) extension by setting the following properties in the src/main/resources/application.properties file."
@@ -621,6 +633,11 @@ types:
621
633
id: security-basic-authentication-howto
622
634
type: howto
623
635
url: /guides/security-basic-authentication-howto
636
+
- title: Frequently asked questions about writing extensions
637
+
filename: extension-faq.adoc
638
+
id: extensions-faq
639
+
type: howto
640
+
url: /guides/extension-faq
624
641
- title: Quarkus Security with Jakarta Persistence
625
642
filename: security-jpa.adoc
626
643
summary: You can configure your application to use Jakarta Persistence to store users' identities.
@@ -2685,6 +2702,18 @@ types:
2685
2702
- io.quarkus:quarkus-smallrye-openapi
2686
2703
type: guide
2687
2704
url: /guides/openapi-swaggerui
2705
+
- title: Using OpenTelemetry Logging
2706
+
filename: opentelemetry-logging.adoc
2707
+
summary: This guide explains how your Quarkus application can utilize OpenTelemetry Logging to provide distributed logging for interactive web applications.
2708
+
categories: observability
2709
+
topics:
2710
+
- observability
2711
+
- opentelemetry
2712
+
- logging
2713
+
extensions:
2714
+
- io.quarkus:quarkus-opentelemetry
2715
+
type: guide
2716
+
url: /guides/opentelemetry-logging
2688
2717
- title: Using OpenTelemetry Metrics
2689
2718
filename: opentelemetry-metrics.adoc
2690
2719
summary: This guide explains how your Quarkus application can utilize OpenTelemetry to provide metrics for interactive web applications.
@@ -2742,13 +2771,7 @@ types:
2742
2771
url: /guides/native-and-ssl
2743
2772
- title: Using Security with .properties File
2744
2773
filename: security-properties.adoc
2745
-
summary: This guide demonstrates how your Quarkus application can use a .properties file to store your user identities.
0 commit comments