-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed incorrect blanked-out password-like properties
Details: * The previous fix that blanked out clear-text password-like properties had the issue that by mistake it added all possible password-like properties with blanked-out values ot the API entry log and HMC request log. This change reduces that again to only the properties that exist for the resource type. Signed-off-by: Andreas Maier <[email protected]>
- Loading branch information
1 parent
966d994
commit b9348a6
Showing
3 changed files
with
8 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Fixed that incorrect password-like properties were added with blanked-out values | ||
to the API and HMC log. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters