Skip to content

Commit fbd64b5

Browse files
author
quarkusbot
committed
Sync web site with Quarkus documentation
1 parent 767fb47 commit fbd64b5

21 files changed

+120
-39
lines changed

_generated-doc/3.15/config/quarkus-all-config.adoc

Lines changed: 48 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11565,6 +11565,27 @@ endif::add-copy-button-to-env-var[]
1156511565
|string
1156611566
|`X-Forwarded-Prefix`
1156711567

11568+
a| [[quarkus-vertx-http_quarkus-http-proxy-enable-trusted-proxy-header]] [.property-path]##link:#quarkus-vertx-http_quarkus-http-proxy-enable-trusted-proxy-header[`quarkus.http.proxy.enable-trusted-proxy-header`]##
11569+
11570+
[.description]
11571+
--
11572+
Adds the header `X-Forwarded-Trusted-Proxy` if the request is forwarded by a trusted proxy. The value is `true` if the request is forwarded by a trusted proxy, otherwise `null`.
11573+
11574+
The forwarded parser detects forgery attempts and if the incoming request contains this header, it will be removed from the request.
11575+
11576+
The `X-Forwarded-Trusted-Proxy` header is a custom header, not part of the standard `Forwarded` header.
11577+
11578+
11579+
ifdef::add-copy-button-to-env-var[]
11580+
Environment variable: env_var_with_copy_button:+++QUARKUS_HTTP_PROXY_ENABLE_TRUSTED_PROXY_HEADER+++[]
11581+
endif::add-copy-button-to-env-var[]
11582+
ifndef::add-copy-button-to-env-var[]
11583+
Environment variable: `+++QUARKUS_HTTP_PROXY_ENABLE_TRUSTED_PROXY_HEADER+++`
11584+
endif::add-copy-button-to-env-var[]
11585+
--
11586+
|boolean
11587+
|`false`
11588+
1156811589
a| [[quarkus-vertx-http_quarkus-http-proxy-trusted-proxies]] [.property-path]##link:#quarkus-vertx-http_quarkus-http-proxy-trusted-proxies[`quarkus.http.proxy.trusted-proxies`]##
1156911590

1157011591
[.description]
@@ -12927,6 +12948,27 @@ endif::add-copy-button-to-env-var[]
1292712948
|string
1292812949
|`X-Forwarded-Prefix`
1292912950

12951+
a| [[quarkus-vertx-http_quarkus-management-proxy-enable-trusted-proxy-header]] [.property-path]##link:#quarkus-vertx-http_quarkus-management-proxy-enable-trusted-proxy-header[`quarkus.management.proxy.enable-trusted-proxy-header`]##
12952+
12953+
[.description]
12954+
--
12955+
Adds the header `X-Forwarded-Trusted-Proxy` if the request is forwarded by a trusted proxy. The value is `true` if the request is forwarded by a trusted proxy, otherwise `null`.
12956+
12957+
The forwarded parser detects forgery attempts and if the incoming request contains this header, it will be removed from the request.
12958+
12959+
The `X-Forwarded-Trusted-Proxy` header is a custom header, not part of the standard `Forwarded` header.
12960+
12961+
12962+
ifdef::add-copy-button-to-env-var[]
12963+
Environment variable: env_var_with_copy_button:+++QUARKUS_MANAGEMENT_PROXY_ENABLE_TRUSTED_PROXY_HEADER+++[]
12964+
endif::add-copy-button-to-env-var[]
12965+
ifndef::add-copy-button-to-env-var[]
12966+
Environment variable: `+++QUARKUS_MANAGEMENT_PROXY_ENABLE_TRUSTED_PROXY_HEADER+++`
12967+
endif::add-copy-button-to-env-var[]
12968+
--
12969+
|boolean
12970+
|`false`
12971+
1293012972
a| [[quarkus-vertx-http_quarkus-management-proxy-trusted-proxies]] [.property-path]##link:#quarkus-vertx-http_quarkus-management-proxy-trusted-proxies[`quarkus.management.proxy.trusted-proxies`]##
1293112973

1293212974
[.description]
@@ -25408,7 +25450,7 @@ Kafka dev service container type.
2540825450

2540925451
Redpanda, Strimzi and kafka-native container providers are supported. Default is redpanda.
2541025452

25411-
For Redpanda: See https://docs.redpanda.com/current/get-started/quick-start/ and https://hub.docker.com/r/vectorized/redpanda
25453+
For Redpanda: See https://docs.redpanda.com/current/get-started/quick-start/ and https://hub.docker.com/r/redpandadata/redpanda
2541225454

2541325455
For Strimzi: See https://github.com/strimzi/test-container and https://quay.io/repository/strimzi-test-container/test-container
2541425456

@@ -65771,7 +65813,7 @@ a| [[quarkus-redis-client_quarkus-redis-tls-hostname-verification-algorithm]] [.
6577165813

6577265814
[.description]
6577365815
--
65774-
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS`, `LDAPS` or an `NONE` (default).
65816+
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS`, `LDAPS` or `NONE` (default).
6577565817

6577665818
If set to `NONE`, it does not verify the hostname.
6577765819

@@ -66582,7 +66624,7 @@ a| [[quarkus-redis-client_quarkus-redis-redis-client-name-tls-hostname-verificat
6658266624

6658366625
[.description]
6658466626
--
66585-
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS`, `LDAPS` or an `NONE` (default).
66627+
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS`, `LDAPS` or `NONE` (default).
6658666628

6658766629
If set to `NONE`, it does not verify the hostname.
6658866630

@@ -69653,7 +69695,7 @@ ifndef::add-copy-button-to-env-var[]
6965369695
Environment variable: `+++QUARKUS_WEBAUTHN_TRANSPORTS+++`
6965469696
endif::add-copy-button-to-env-var[]
6965569697
--
69656-
a|list of `usb`, `nfc`, `ble`, `internal`
69698+
a|list of `usb`, `nfc`, `ble`, `hybrid`, `internal`
6965769699
|`USB,NFC,BLE,INTERNAL`
6965869700

6965969701
a| [[quarkus-security-webauthn_quarkus-webauthn-relying-party-id]] [.property-path]##link:#quarkus-security-webauthn_quarkus-webauthn-relying-party-id[`quarkus.webauthn.relying-party.id`]##
@@ -73736,7 +73778,7 @@ a| [[quarkus-tls-registry_quarkus-tls-hostname-verification-algorithm]] [.proper
7373673778

7373773779
[.description]
7373873780
--
73739-
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS` (default), `LDAPS` or an `NONE`.
73781+
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS` (default), `LDAPS` or `NONE`.
7374073782

7374173783
If set to `NONE`, it does not verify the hostname.
7374273784

@@ -74468,7 +74510,7 @@ a| [[quarkus-tls-registry_quarkus-tls-tls-bucket-name-hostname-verification-algo
7446874510

7446974511
[.description]
7447074512
--
74471-
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS` (default), `LDAPS` or an `NONE`.
74513+
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS` (default), `LDAPS` or `NONE`.
7447274514

7447374515
If set to `NONE`, it does not verify the hostname.
7447474516

_generated-doc/3.15/config/quarkus-kafka-client.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Kafka dev service container type.
111111

112112
Redpanda, Strimzi and kafka-native container providers are supported. Default is redpanda.
113113

114-
For Redpanda: See https://docs.redpanda.com/current/get-started/quick-start/ and https://hub.docker.com/r/vectorized/redpanda
114+
For Redpanda: See https://docs.redpanda.com/current/get-started/quick-start/ and https://hub.docker.com/r/redpandadata/redpanda
115115

116116
For Strimzi: See https://github.com/strimzi/test-container and https://quay.io/repository/strimzi-test-container/test-container
117117

_generated-doc/3.15/config/quarkus-kafka-client_quarkus.kafka.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Kafka dev service container type.
111111

112112
Redpanda, Strimzi and kafka-native container providers are supported. Default is redpanda.
113113

114-
For Redpanda: See https://docs.redpanda.com/current/get-started/quick-start/ and https://hub.docker.com/r/vectorized/redpanda
114+
For Redpanda: See https://docs.redpanda.com/current/get-started/quick-start/ and https://hub.docker.com/r/redpandadata/redpanda
115115

116116
For Strimzi: See https://github.com/strimzi/test-container and https://quay.io/repository/strimzi-test-container/test-container
117117

_generated-doc/3.15/config/quarkus-kafka-client_quarkus.kafka.devservices.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Kafka dev service container type.
5252

5353
Redpanda, Strimzi and kafka-native container providers are supported. Default is redpanda.
5454

55-
For Redpanda: See https://docs.redpanda.com/current/get-started/quick-start/ and https://hub.docker.com/r/vectorized/redpanda
55+
For Redpanda: See https://docs.redpanda.com/current/get-started/quick-start/ and https://hub.docker.com/r/redpandadata/redpanda
5656

5757
For Strimzi: See https://github.com/strimzi/test-container and https://quay.io/repository/strimzi-test-container/test-container
5858

_generated-doc/3.15/config/quarkus-redis-client.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1884,7 +1884,7 @@ a| [[quarkus-redis-client_quarkus-redis-tls-hostname-verification-algorithm]] [.
18841884

18851885
[.description]
18861886
--
1887-
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS`, `LDAPS` or an `NONE` (default).
1887+
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS`, `LDAPS` or `NONE` (default).
18881888

18891889
If set to `NONE`, it does not verify the hostname.
18901890

@@ -2695,7 +2695,7 @@ a| [[quarkus-redis-client_quarkus-redis-redis-client-name-tls-hostname-verificat
26952695

26962696
[.description]
26972697
--
2698-
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS`, `LDAPS` or an `NONE` (default).
2698+
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS`, `LDAPS` or `NONE` (default).
26992699

27002700
If set to `NONE`, it does not verify the hostname.
27012701

_generated-doc/3.15/config/quarkus-redis-client_quarkus.redis.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1884,7 +1884,7 @@ a| [[quarkus-redis-client_quarkus-redis-tls-hostname-verification-algorithm]] [.
18841884

18851885
[.description]
18861886
--
1887-
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS`, `LDAPS` or an `NONE` (default).
1887+
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS`, `LDAPS` or `NONE` (default).
18881888

18891889
If set to `NONE`, it does not verify the hostname.
18901890

@@ -2695,7 +2695,7 @@ a| [[quarkus-redis-client_quarkus-redis-redis-client-name-tls-hostname-verificat
26952695

26962696
[.description]
26972697
--
2698-
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS`, `LDAPS` or an `NONE` (default).
2698+
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS`, `LDAPS` or `NONE` (default).
26992699

27002700
If set to `NONE`, it does not verify the hostname.
27012701

_generated-doc/3.15/config/quarkus-security-webauthn.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ifndef::add-copy-button-to-env-var[]
6161
Environment variable: `+++QUARKUS_WEBAUTHN_TRANSPORTS+++`
6262
endif::add-copy-button-to-env-var[]
6363
--
64-
a|list of `usb`, `nfc`, `ble`, `internal`
64+
a|list of `usb`, `nfc`, `ble`, `hybrid`, `internal`
6565
|`USB,NFC,BLE,INTERNAL`
6666

6767
a| [[quarkus-security-webauthn_quarkus-webauthn-relying-party-id]] [.property-path]##link:#quarkus-security-webauthn_quarkus-webauthn-relying-party-id[`quarkus.webauthn.relying-party.id`]##

_generated-doc/3.15/config/quarkus-security-webauthn_quarkus.webauthn.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ifndef::add-copy-button-to-env-var[]
6161
Environment variable: `+++QUARKUS_WEBAUTHN_TRANSPORTS+++`
6262
endif::add-copy-button-to-env-var[]
6363
--
64-
a|list of `usb`, `nfc`, `ble`, `internal`
64+
a|list of `usb`, `nfc`, `ble`, `hybrid`, `internal`
6565
|`USB,NFC,BLE,INTERNAL`
6666

6767
a| [[quarkus-security-webauthn_quarkus-webauthn-relying-party-id]] [.property-path]##link:#quarkus-security-webauthn_quarkus-webauthn-relying-party-id[`quarkus.webauthn.relying-party.id`]##

_generated-doc/3.15/config/quarkus-tls-registry.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ a| [[quarkus-tls-registry_quarkus-tls-hostname-verification-algorithm]] [.proper
651651

652652
[.description]
653653
--
654-
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS` (default), `LDAPS` or an `NONE`.
654+
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS` (default), `LDAPS` or `NONE`.
655655

656656
If set to `NONE`, it does not verify the hostname.
657657

@@ -1383,7 +1383,7 @@ a| [[quarkus-tls-registry_quarkus-tls-tls-bucket-name-hostname-verification-algo
13831383

13841384
[.description]
13851385
--
1386-
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS` (default), `LDAPS` or an `NONE`.
1386+
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS` (default), `LDAPS` or `NONE`.
13871387

13881388
If set to `NONE`, it does not verify the hostname.
13891389

_generated-doc/3.15/config/quarkus-tls-registry_quarkus.tls.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ a| [[quarkus-tls-registry_quarkus-tls-hostname-verification-algorithm]] [.proper
651651

652652
[.description]
653653
--
654-
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS` (default), `LDAPS` or an `NONE`.
654+
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS` (default), `LDAPS` or `NONE`.
655655

656656
If set to `NONE`, it does not verify the hostname.
657657

@@ -1383,7 +1383,7 @@ a| [[quarkus-tls-registry_quarkus-tls-tls-bucket-name-hostname-verification-algo
13831383

13841384
[.description]
13851385
--
1386-
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS` (default), `LDAPS` or an `NONE`.
1386+
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS` (default), `LDAPS` or `NONE`.
13871387

13881388
If set to `NONE`, it does not verify the hostname.
13891389

0 commit comments

Comments
 (0)