Skip to content

Commit 195a93c

Browse files
committed
[OPENJDK-2833] Behave test for masking passwords in logs
Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 398878d commit 195a93c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@ubi9
2+
Feature: OpenJDK run script tests
3+
Scenario: Ensure command-line options containing 'password' are masked in logs
4+
Given container is started with env
5+
| variable | value |
6+
| JAVA_OPTS_APPEND | -Djavax.net.ssl.trustStorePassword=sensitiveString |
7+
Then container log should not contain sensitiveString
8+

0 commit comments

Comments
 (0)