Skip to content

Commit 9c5f6f1

Browse files
committed
Deploying to main from @ c7e9c7358406cdcf48f0387126df11da186c82ea 🚀
1 parent 7e2c8ad commit 9c5f6f1

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

extensions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ <h5 class="card-title">Magic Link Login</h5>
436436
<div class="d-flex align-items-center">
437437
<img src="resources/images/github.png" width="16px" alt="GitHub logo"
438438
class="me-2"/>
439-
<span>352 stars</span>
439+
<span>353 stars</span>
440440
</div>
441441
</div>
442442
</div>

nightly/server/logging.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,19 @@ <h3 id="_change_log_formatpattern"><a class="anchor" href="#_change_log_formatpa
665665
<pre class="highlight"><code class="language-bash" data-lang="bash">bin/kc.[sh|bat] start --http-access-log-pattern='%A %{METHOD} %{REQUEST_URL} %{i,User-Agent}'</code></pre>
666666
</div>
667667
</div>
668+
<div class="admonitionblock warning">
669+
<table>
670+
<tr>
671+
<td class="icon">
672+
<i class="fa icon-warning" title="Warning"></i>
673+
</td>
674+
<td class="content">
675+
HTTP Access logs may contain sensitive HTTP headers like <code>Authorization</code>, <code>Cookie</code>, or external API keys references.
676+
Be careful with using the <code>long</code> pattern or printing the headers by the custom format - you should use it only for development purposes.
677+
</td>
678+
</tr>
679+
</table>
680+
</div>
668681
<div class="paragraph">
669682
<p>Consult the <a href="https://quarkus.io/guides/http-reference#configuring-http-access-logs">Quarkus documentation</a> for the full list of variables that can be used.</p>
670683
</div>

sitemap-extra.xml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)