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
Enhancement: Added the ability to see secure properties when running zowe config list when the ZOWE_SHOW_SECURE_ARGS environment variable is set to true. #2259
Imperative
BugFix: Fixed inconsistent behavior with the ZOWE_SHOW_SECURE_ARGS environment variable continuing to mask secure properties when it should not. #2430
Enhancement: Added the Censor class, consolidating all sensitive data hiding logic into one class. #2424
Enhancement: Added the showSecureArgs environment variable to the EnvironmentalVariableSettings class to allow extenders to determine if they should mask secure values. #2424
Enhancement: Added the ability to see secure properties when running zowe config list when the ZOWE_SHOW_SECURE_ARGS environment variable is set to true. #2259
Deprecated: The LoggerUtils class has been deprecated. Use the Censor class instead. #2424
Deprecated: The CliUtils.CENSOR_RESPONSE property has been deprecated. Use the Censor.CENSOR_RESPONSE property instead. #2424
Deprecated: The CliUtils.CENSORED_OPTIONS property has been deprecated. Use the Censor.CENSORED_OPTIONS property instead. #2424
Deprecated: The CliUtils.censorCLIArgs function has been deprecated. Use the Censor.censorCLIArgs function instead. #2424
Deprecated: The CliUtils.censorYargsArguments function has been deprecated. Use the Censor.censorYargsArguments function instead. #2424