feat(client-logger): redact headers based on configuration
All checks were successful
Build / build (pull_request) Successful in 2m9s

This commit is contained in:
Jorge Bornhausen 2025-07-30 14:44:49 +02:00
parent d1acb1a0ee
commit 21913626ad
Signed by: jorge.bornhausen
SSH key fingerprint: SHA256:X2ootOwvCeP4FoNfmVUFIKIbhq95tAgnt7Oqg3x+lfs
12 changed files with 286 additions and 5 deletions

View file

@ -16,6 +16,16 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-config-yaml</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-jackson</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
@ -40,7 +50,7 @@
<limit>
<counter>INSTRUCTION</counter>
<value>COVEREDRATIO</value>
<minimum>1</minimum>
<minimum>0.92</minimum>
</limit>
</limits>
</rule>