@@ -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+
1156811589a| [[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+
1293012972a| [[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
2540925451Redpanda, 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
2541325455For 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
6577665818If 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
6658766629If set to `NONE`, it does not verify the hostname.
6658866630
@@ -69653,7 +69695,7 @@ ifndef::add-copy-button-to-env-var[]
6965369695Environment variable: `+++QUARKUS_WEBAUTHN_TRANSPORTS+++`
6965469696endif::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
6965969701a| [[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
7374173783If 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
7447374515If set to `NONE`, it does not verify the hostname.
7447474516
0 commit comments