Skip to content

Commit

Permalink
Sync documentation of main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 13, 2024
1 parent c04bba7 commit 306abf4
Show file tree
Hide file tree
Showing 6 changed files with 307 additions and 0 deletions.
11 changes: 11 additions & 0 deletions _data/versioned/main/index/quarkus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2816,6 +2816,17 @@ types:
- credentials
type: guide
url: /guides/credentials-provider
- title: Using gRPC CLI
filename: grpc-cli.adoc
summary: This page explains how to use gRPC CLI.
categories: serialization
topics:
- grpc
- cli
extensions:
- io.quarkus:quarkus-grpc-cli
type: guide
url: /guides/grpc-cli
- title: Using the Cassandra Client
filename: cassandra.adoc
summary: This guide covers how to use the Apache Cassandra NoSQL database in Quarkus.
Expand Down
98 changes: 98 additions & 0 deletions _data/versioned/main/index/relations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1884,6 +1884,10 @@
url: /guides/update-quarkus
type: howto
matches: 1
- title: Using gRPC CLI
url: /guides/grpc-cli
type: guide
matches: 1
- title: Using our Tooling
url: /guides/tooling
type: tutorial
Expand All @@ -1902,6 +1906,10 @@
url: /guides/cli-tooling
type: guide
matches: 1
- title: Using gRPC CLI
url: /guides/grpc-cli
type: guide
matches: 1
/guides/conditional-extension-dependencies:
sameTopics:
- title: Building my first extension
Expand Down Expand Up @@ -5683,6 +5691,10 @@
url: /guides/grpc-virtual-threads
type: guide
matches: 1
- title: Using gRPC CLI
url: /guides/grpc-cli
type: guide
matches: 1
- title: Using xDS gRPC
url: /guides/grpc-xds
type: guide
Expand Down Expand Up @@ -5720,6 +5732,56 @@
url: /guides/grpc-xds
type: guide
matches: 1
/guides/grpc-cli:
sameTopics:
- title: Building Quarkus apps with Quarkus Command Line Interface (CLI)
url: /guides/cli-tooling
type: guide
matches: 1
- title: Command Mode Applications
url: /guides/command-mode-reference
type: reference
matches: 1
- title: Command Mode with Picocli
url: /guides/picocli
type: guide
matches: 1
- title: Consuming a gRPC Service
url: /guides/grpc-service-consumption
type: guide
matches: 1
- title: Deploying your gRPC Service in Kubernetes
url: /guides/grpc-kubernetes
type: guide
matches: 1
- title: Getting Started with gRPC
url: /guides/grpc-getting-started
type: guide
matches: 1
- title: gRPC
url: /guides/grpc
type: guide
matches: 1
- title: gRPC code generation reference guide
url: /guides/grpc-generation-reference
type: reference
matches: 1
- title: gRPC reference guide
url: /guides/grpc-reference
type: reference
matches: 1
- title: Implementing a gRPC Service
url: /guides/grpc-service-implementation
type: guide
matches: 1
- title: Quarkus Virtual Thread support for gRPC services
url: /guides/grpc-virtual-threads
type: guide
matches: 1
- title: Using xDS gRPC
url: /guides/grpc-xds
type: guide
matches: 1
/guides/grpc-generation-reference:
sameTopics:
- title: Consuming a gRPC Service
Expand Down Expand Up @@ -5750,6 +5812,10 @@
url: /guides/grpc-virtual-threads
type: guide
matches: 1
- title: Using gRPC CLI
url: /guides/grpc-cli
type: guide
matches: 1
- title: Using xDS gRPC
url: /guides/grpc-xds
type: guide
Expand Down Expand Up @@ -5813,6 +5879,10 @@
url: /guides/grpc-virtual-threads
type: guide
matches: 1
- title: Using gRPC CLI
url: /guides/grpc-cli
type: guide
matches: 1
- title: Using xDS gRPC
url: /guides/grpc-xds
type: guide
Expand Down Expand Up @@ -5900,6 +5970,10 @@
url: /guides/grpc-virtual-threads
type: guide
matches: 1
- title: Using gRPC CLI
url: /guides/grpc-cli
type: guide
matches: 1
- title: Using Stork with Kubernetes
url: /guides/stork-kubernetes
type: guide
Expand Down Expand Up @@ -5979,6 +6053,10 @@
url: /guides/grpc-virtual-threads
type: guide
matches: 1
- title: Using gRPC CLI
url: /guides/grpc-cli
type: guide
matches: 1
- title: Using xDS gRPC
url: /guides/grpc-xds
type: guide
Expand Down Expand Up @@ -6042,6 +6120,10 @@
url: /guides/grpc-virtual-threads
type: guide
matches: 1
- title: Using gRPC CLI
url: /guides/grpc-cli
type: guide
matches: 1
- title: Using xDS gRPC
url: /guides/grpc-xds
type: guide
Expand Down Expand Up @@ -6105,6 +6187,10 @@
url: /guides/grpc-virtual-threads
type: guide
matches: 1
- title: Using gRPC CLI
url: /guides/grpc-cli
type: guide
matches: 1
- title: Using xDS gRPC
url: /guides/grpc-xds
type: guide
Expand Down Expand Up @@ -6176,6 +6262,10 @@
url: /guides/rest-virtual-threads
type: howto
matches: 1
- title: Using gRPC CLI
url: /guides/grpc-cli
type: guide
matches: 1
- title: Using xDS gRPC
url: /guides/grpc-xds
type: guide
Expand Down Expand Up @@ -6251,6 +6341,10 @@
url: /guides/grpc-virtual-threads
type: guide
matches: 1
- title: Using gRPC CLI
url: /guides/grpc-cli
type: guide
matches: 1
sameExtensions:
- title: gRPC
url: /guides/grpc
Expand Down Expand Up @@ -10766,6 +10860,10 @@
url: /guides/cli-tooling
type: guide
matches: 1
- title: Using gRPC CLI
url: /guides/grpc-cli
type: guide
matches: 1
/guides/platform:
sameTopics:
- title: Class Loading Reference
Expand Down
34 changes: 34 additions & 0 deletions _generated-doc/main/config/quarkus-all-config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53324,6 +53324,23 @@ endif::add-copy-button-to-env-var[]
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java/time/Duration.html[Duration] link:#duration-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the Duration format]]
|

a| [[quarkus-oidc_quarkus-oidc-jwks-try-all]] [.property-path]##`quarkus.oidc.jwks.try-all`##

[.description]
--
In case there is no key identifier ('kid') or certificate thumbprints ('x5t', 'x5t++#++S256') specified in the JOSE header and no key could be determined, check all available keys matching the token algorithm ('alg') header value.


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_JWKS_TRY_ALL+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_OIDC_JWKS_TRY_ALL+++`
endif::add-copy-button-to-env-var[]
--
|boolean
|`false`

a| [[quarkus-oidc_quarkus-oidc-provider]] [.property-path]##`quarkus.oidc.provider`##

[.description]
Expand Down Expand Up @@ -55295,6 +55312,23 @@ endif::add-copy-button-to-env-var[]
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java/time/Duration.html[Duration] link:#duration-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the Duration format]]
|

a| [[quarkus-oidc_quarkus-oidc-tenant-jwks-try-all]] [.property-path]##`quarkus.oidc."tenant".jwks.try-all`##

[.description]
--
In case there is no key identifier ('kid') or certificate thumbprints ('x5t', 'x5t++#++S256') specified in the JOSE header and no key could be determined, check all available keys matching the token algorithm ('alg') header value.


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC__TENANT__JWKS_TRY_ALL+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_OIDC__TENANT__JWKS_TRY_ALL+++`
endif::add-copy-button-to-env-var[]
--
|boolean
|`false`

a| [[quarkus-oidc_quarkus-oidc-tenant-provider]] [.property-path]##`quarkus.oidc."tenant".provider`##

[.description]
Expand Down
34 changes: 34 additions & 0 deletions _generated-doc/main/config/quarkus-oidc_quarkus.oidc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1975,6 +1975,23 @@ endif::add-copy-button-to-env-var[]
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java/time/Duration.html[Duration] link:#duration-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the Duration format]]
|

a| [[quarkus-oidc_quarkus-oidc-jwks-try-all]] [.property-path]##`quarkus.oidc.jwks.try-all`##

[.description]
--
In case there is no key identifier ('kid') or certificate thumbprints ('x5t', 'x5t++#++S256') specified in the JOSE header and no key could be determined, check all available keys matching the token algorithm ('alg') header value.


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_JWKS_TRY_ALL+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_OIDC_JWKS_TRY_ALL+++`
endif::add-copy-button-to-env-var[]
--
|boolean
|`false`

a| [[quarkus-oidc_quarkus-oidc-provider]] [.property-path]##`quarkus.oidc.provider`##

[.description]
Expand Down Expand Up @@ -3946,6 +3963,23 @@ endif::add-copy-button-to-env-var[]
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java/time/Duration.html[Duration] link:#duration-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the Duration format]]
|

a| [[quarkus-oidc_quarkus-oidc-tenant-jwks-try-all]] [.property-path]##`quarkus.oidc."tenant".jwks.try-all`##

[.description]
--
In case there is no key identifier ('kid') or certificate thumbprints ('x5t', 'x5t++#++S256') specified in the JOSE header and no key could be determined, check all available keys matching the token algorithm ('alg') header value.


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC__TENANT__JWKS_TRY_ALL+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_OIDC__TENANT__JWKS_TRY_ALL+++`
endif::add-copy-button-to-env-var[]
--
|boolean
|`false`

a| [[quarkus-oidc_quarkus-oidc-tenant-provider]] [.property-path]##`quarkus.oidc."tenant".provider`##

[.description]
Expand Down
Loading

0 comments on commit 306abf4

Please sign in to comment.