Open Joe-Winchester opened 2 months ago
Thank you for raising this enhancement request. The community has 90 days to vote on it. If the enhancement receives at least 5 upvotes, it is added to our development backlog. If it receives fewer votes, the issue is closed.
I put a thumbs-up emoji on this enhancement request, and would upvote it as well if someone can tell me where and how to do that.
This sounds like a great enhancement for V3 🥳
As a workaround for V2 users, you could set the env variable temporarily, use the show-inputs-only
, and specify each profile. For example:
ZOWE_SHOW_SECURE_ARGS=TRUE zowe zosmf check status --show-inputs-only --zosmf-p DEV.lparX.zosmf
ZOWE_SHOW_SECURE_ARGS=TRUE zowe zosmf check status --show-inputs-only --zosmf-p QA.zosmf
ZOWE_SHOW_SECURE_ARGS=TRUE zowe zosmf check status --show-inputs-only --zosmf-p prod_zosmf
ZOWE_SHOW_SECURE_ARGS=TRUE zowe zosmf check status --show-inputs-only --base-p base
Is your feature or enhancement request related to a problem or limitation? Please describe
There are times when it's necessary to view the secure properties (for example to check whether there is a stale password). This can be done in sorts using
zowe ...-show-inputs-only
to create a dry run command withZOWE_SHOW_SECURE_ARGS
which echos the value for that single command.Describe your enhancement idea
Enhance
ZOWE_SHOW_SECURE_ARGS
to cover thezowe config list
command. This would allow a user to do a full display of all of the zowe configuration properties AND to see the secure properties. This would help to show any property values stored securely to be able to view their contents and make actions such as updating expired passwords, refactoring profiles that are sharing the same TSO ID to be under a single nested profile, and more ...Provide any additional context
This was brought up as a suggestion on the System Z Enthusiasts Discord Community Zowe channel on September 6th by PJ Farley. https://discord.com/channels/880322471608344597/1229969123040301148/1281671442571857993