-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display secure values in zowe config list
when the property ZOWE_SHOW_SECURE_ARGS
is set
#2259
Comments
Thank you for raising this enhancement request. |
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
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This issue has been automatically closed due to lack of activity. In an effort to reduce noise, please do not comment any further. |
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
The text was updated successfully, but these errors were encountered: