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
<p>If this is true and proxy address forwarding is enabled then the standard <code>Forwarded</code> header will be used. In case the not standard <code>X-Forwarded-For</code> header is enabled and detected on HTTP requests, the standard header has the precedence. Activating this together with <code>quarkus.http.proxy.allow-x-forwarded</code> has security implications as clients can forge requests with a forwarded header that is not overwritten by the proxy. Therefore, proxies should strip unexpected <code>X-Forwarded</code> or <code>X-Forwarded-*</code> headers from the client.</p>
15402
+
<p>If this is true and proxy address forwarding is enabled then the standard <code>Forwarded</code> header will be used. In case the not standard <code>X-Forwarded-For</code> header is enabled and detected on HTTP requests, the standard header has the precedence. Activating this together with <code>quarkus.http.proxy.allow-x-forwarded</code> has security implications as clients can forge requests with a forwarded header that is not overwritten by the proxy. Therefore, proxies should strip unexpected <code>Forwarded</code> or <code>X-Forwarded-*</code> headers from the client.</p>
15403
15403
</div>
15404
15404
<div class="paragraph">
15405
15405
<p>Environment variable: <code id="env-var-683">QUARKUS_HTTP_PROXY_ALLOW_FORWARDED</code><button class="btn-copy fa fa-clipboard inline-btn-copy" data-clipboard-action="copy" data-clipboard-target="#env-var-683" title="Copy to clipboard" do-not-collapse="true"></button></p>
<p>If either this or <code>allow-forwarded</code> are true and proxy address forwarding is enabled then the not standard <code>Forwarded</code> header will be used. In case the standard <code>Forwarded</code> header is enabled and detected on HTTP requests, the standard header has the precedence. Activating this together with <code>quarkus.http.proxy.allow-forwarded</code> has security implications as clients can forge requests with a forwarded header that is not overwritten by the proxy. Therefore, proxies should strip unexpected <code>X-Forwarded</code> or <code>X-Forwarded-*</code> headers from the client.</p>
15422
+
<p>If either this or <code>allow-forwarded</code> are true and proxy address forwarding is enabled then the not standard <code>Forwarded</code> header will be used. In case the standard <code>Forwarded</code> header is enabled and detected on HTTP requests, the standard header has the precedence. Activating this together with <code>quarkus.http.proxy.allow-forwarded</code> has security implications as clients can forge requests with a forwarded header that is not overwritten by the proxy. Therefore, proxies should strip unexpected <code>Forwarded</code> or <code>X-Forwarded-*</code> headers from the client.</p>
15423
15423
</div>
15424
15424
<div class="paragraph">
15425
15425
<p>Environment variable: <code id="env-var-684">QUARKUS_HTTP_PROXY_ALLOW_X_FORWARDED</code><button class="btn-copy fa fa-clipboard inline-btn-copy" data-clipboard-action="copy" data-clipboard-target="#env-var-684" title="Copy to clipboard" do-not-collapse="true"></button></p>
<p>If this is true and proxy address forwarding is enabled then the standard <code>Forwarded</code> header will be used. In case the not standard <code>X-Forwarded-For</code> header is enabled and detected on HTTP requests, the standard header has the precedence. Activating this together with <code>quarkus.http.proxy.allow-x-forwarded</code> has security implications as clients can forge requests with a forwarded header that is not overwritten by the proxy. Therefore, proxies should strip unexpected <code>X-Forwarded</code> or <code>X-Forwarded-*</code> headers from the client.</p>
17046
+
<p>If this is true and proxy address forwarding is enabled then the standard <code>Forwarded</code> header will be used. In case the not standard <code>X-Forwarded-For</code> header is enabled and detected on HTTP requests, the standard header has the precedence. Activating this together with <code>quarkus.http.proxy.allow-x-forwarded</code> has security implications as clients can forge requests with a forwarded header that is not overwritten by the proxy. Therefore, proxies should strip unexpected <code>Forwarded</code> or <code>X-Forwarded-*</code> headers from the client.</p>
17047
17047
</div>
17048
17048
<div class="paragraph">
17049
17049
<p>Environment variable: <code id="env-var-758">QUARKUS_MANAGEMENT_PROXY_ALLOW_FORWARDED</code><button class="btn-copy fa fa-clipboard inline-btn-copy" data-clipboard-action="copy" data-clipboard-target="#env-var-758" title="Copy to clipboard" do-not-collapse="true"></button></p>
<p>If either this or <code>allow-forwarded</code> are true and proxy address forwarding is enabled then the not standard <code>Forwarded</code> header will be used. In case the standard <code>Forwarded</code> header is enabled and detected on HTTP requests, the standard header has the precedence. Activating this together with <code>quarkus.http.proxy.allow-forwarded</code> has security implications as clients can forge requests with a forwarded header that is not overwritten by the proxy. Therefore, proxies should strip unexpected <code>X-Forwarded</code> or <code>X-Forwarded-*</code> headers from the client.</p>
17066
+
<p>If either this or <code>allow-forwarded</code> are true and proxy address forwarding is enabled then the not standard <code>Forwarded</code> header will be used. In case the standard <code>Forwarded</code> header is enabled and detected on HTTP requests, the standard header has the precedence. Activating this together with <code>quarkus.http.proxy.allow-forwarded</code> has security implications as clients can forge requests with a forwarded header that is not overwritten by the proxy. Therefore, proxies should strip unexpected <code>Forwarded</code> or <code>X-Forwarded-*</code> headers from the client.</p>
17067
17067
</div>
17068
17068
<div class="paragraph">
17069
17069
<p>Environment variable: <code id="env-var-759">QUARKUS_MANAGEMENT_PROXY_ALLOW_X_FORWARDED</code><button class="btn-copy fa fa-clipboard inline-btn-copy" data-clipboard-action="copy" data-clipboard-target="#env-var-759" title="Copy to clipboard" do-not-collapse="true"></button></p>
You may call it without any parameter to use the interactive mode: <code>mvn io.quarkus.platform:quarkus-maven-plugin:3.17.5:create-extension -N</code>
478
+
You may call it without any parameter to use the interactive mode: <code>mvn io.quarkus.platform:quarkus-maven-plugin:3.17.6:create-extension -N</code>
Listening for transport dt_socket at address: 5005
1531
1531
__ ____ __ _____ ___ __ ____ ______
1532
1532
--/ __ \/ / / / _ | / _ \/ //_/ / / / __/
1533
1533
-/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
1534
1534
--\___\_\____/_/ |_/_/|_/_/|_|\____/___/
1535
-
2022-11-20 04:25:36,885 INFO [io.quarkus] (Quarkus Main Thread) greeting-app 1.0.0-SNAPSHOT on JVM (powered by Quarkus 3.17.5) started in 4.591s. Listening on: http://localhost:8080
1535
+
2022-11-20 04:25:36,885 INFO [io.quarkus] (Quarkus Main Thread) greeting-app 1.0.0-SNAPSHOT on JVM (powered by Quarkus 3.17.6) started in 4.591s. Listening on: http://localhost:8080
1536
1536
2022-11-20 04:25:36,911 INFO [io.quarkus] (Quarkus Main Thread) Profile dev activated. Live Coding activated.
1537
1537
2022-11-20 04:25:36,913 INFO [io.quarkus] (Quarkus Main Thread) Installed features: [cdi, greetin-extension, resteasy-reactive, smallrye-context-propagation, vertx]</code></pre>
<p>Quarkus platform is a set of extensions that target the primary use-cases of Quarkus as a development framework and can safely be used in any combination in the same application without creating a dependency conflict.
1550
-
From an application developer perspective, a Quarkus platform is represented as one or more Maven BOMs, for example <code>io.quarkus.platform:quarkus-bom:3.17.5</code>, <code>io.quarkus.platform:quarkus-camel-bom:3.17.5</code>, etc, whose dependency version constraints were globally aligned so that these BOMs can be imported in the same application in any order without introducing a dependency conflict.</p>
1550
+
From an application developer perspective, a Quarkus platform is represented as one or more Maven BOMs, for example <code>io.quarkus.platform:quarkus-bom:3.17.6</code>, <code>io.quarkus.platform:quarkus-camel-bom:3.17.6</code>, etc, whose dependency version constraints were globally aligned so that these BOMs can be imported in the same application in any order without introducing a dependency conflict.</p>
<p>A <ahref="platform#quarkus-platform-bom">Quarkus Platform release BOM</a> is identified by <code>groupId:artifactId:version</code> (GAV) coordinates. When specifying a platform release BOM, you may use empty segments to fall back to default values (shown with <code>quarkus create app --help</code>). If you specify only one segment (no <code>:</code>), it is assumed to be a version.</p>
785
785
</div>
786
786
<divclass="paragraph">
787
-
<p><code>io.quarkus.platform</code> is the default <code>groupId</code>. Specifying <code>-P :quarkus-bom:</code> is equivalent to <code>-P io.quarkus.platform:quarkus-bom:3.17.5</code>. Note that you need to specify the <code>groupId</code> to work with a snapshot, e.g. <code>-P io.quarkus::999-SNAPSHOT</code> is equivalent to <code>-P io.quarkus:quarkus-bom:999-SNAPSHOT</code>.</p>
787
+
<p><code>io.quarkus.platform</code> is the default <code>groupId</code>. Specifying <code>-P :quarkus-bom:</code> is equivalent to <code>-P io.quarkus.platform:quarkus-bom:3.17.6</code>. Note that you need to specify the <code>groupId</code> to work with a snapshot, e.g. <code>-P io.quarkus::999-SNAPSHOT</code> is equivalent to <code>-P io.quarkus:quarkus-bom:999-SNAPSHOT</code>.</p>
788
788
</div>
789
789
<divclass="paragraph">
790
790
<p>Default values are subject to change. Use the <code>--dry-run</code> option to see the computed value.</p>
0 commit comments