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: "You can use Quarkus extensions for OpenID Connect and OAuth 2.0 access token management, focusing on acquiring, refreshing, and propagating tokens."
@@ -705,6 +741,7 @@ types:
705
741
extensions:
706
742
- io.quarkus:quarkus-oidc
707
743
- io.quarkus:quarkus-keycloak-authorization
744
+
id: security-keycloak-authorization
708
745
type: howto
709
746
url: /guides/security-keycloak-authorization
710
747
- title: Using OpenID Connect (OIDC) multitenancy
@@ -723,6 +760,7 @@ types:
723
760
url: /guides/security-openid-connect-multitenancy
724
761
- title: Writing a Dev Service
725
762
filename: extension-writing-dev-service.adoc
763
+
summary: Learn how to develop a Dev Service for your extension in order to replace an external service in development mode.
726
764
categories: writing-extensions
727
765
topics:
728
766
- extensions
@@ -792,7 +830,18 @@ types:
792
830
- reactive
793
831
type: tutorial
794
832
url: /guides/getting-started-reactive
795
-
- title: Getting started with Security by using Basic authentication and Jakarta Persistence
833
+
- title: Getting started with WebSockets Next
834
+
filename: websockets-next-tutorial.adoc
835
+
summary: This guide explains how your Quarkus application can utilize web sockets to create interactive web applications.
836
+
categories: web
837
+
topics:
838
+
- web
839
+
- websockets
840
+
extensions:
841
+
- io.quarkus:quarkus-websockets-next
842
+
type: tutorial
843
+
url: /guides/websockets-next-tutorial
844
+
- title: Getting started with security by using Basic authentication and Jakarta Persistence
796
845
filename: security-getting-started-tutorial.adoc
797
846
summary: "Get started with Quarkus Security by securing your Quarkus application endpoints with the built-in Quarkus Basic authentication and the Jakarta Persistence identity provider, enabling role-based access control."
798
847
categories: "getting-started, security"
@@ -809,17 +858,6 @@ types:
809
858
id: security-getting-started-tutorial
810
859
type: tutorial
811
860
url: /guides/security-getting-started-tutorial
812
-
- title: Getting started with WebSockets Next
813
-
filename: websockets-next-tutorial.adoc
814
-
summary: This guide explains how your Quarkus application can utilize web sockets to create interactive web applications.
815
-
categories: web
816
-
topics:
817
-
- web
818
-
- websockets
819
-
extensions:
820
-
- io.quarkus:quarkus-websockets-next
821
-
type: tutorial
822
-
url: /guides/websockets-next-tutorial
823
861
- title: Migrate from OpenTracing to OpenTelemetry tracing
summary: This guide explains how to centralize your logs with Logstash or Fluentd using the Graylog Extended Log Format (GELF).
1170
+
summary: "This guide explains how to centralize your logs with Graylog, Logstash or Fluentd."
1132
1171
categories: observability
1133
1172
topics:
1134
1173
- observability
1135
1174
- logging
1136
1175
extensions:
1137
1176
- io.quarkus:quarkus-logging-gelf
1177
+
- io.quarkus:quarkus-opentelemetry
1138
1178
type: guide
1139
1179
url: /guides/centralized-log-management
1140
1180
- title: Command Mode with Picocli
@@ -1991,7 +2031,18 @@ types:
1991
2031
url: /guides/observability-devservices
1992
2032
- title: Observability Dev Services with Grafana OTel LGTM
1993
2033
filename: observability-devservices-lgtm.adoc
1994
-
summary: "OTel-LGTM is all-in-one Docker image containing OpenTelemetry’s OTLP as the protocol to transport metrics, tracing and logging data to an OpenTelemetry Collector which then stores signals data into Prometheus (metrics), Tempo (traces) and Loki (logs), only to have it visualized by Grafana."
2034
+
summary: Instructions on how to use Grafana Otel LGTM
0 commit comments