Skip to content
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 at a glance #335

Closed
zFernand0 opened this issue Sep 12, 2024 · 2 comments
Closed

Display secure values at a glance #335

zFernand0 opened this issue Sep 12, 2024 · 2 comments
Labels
enhancement New feature or request priority-low

Comments

@zFernand0
Copy link
Member

Is your feature or enhancement request related to a problem or limitation? Please describe

Similar to the CLI request:

Describe your enhancement idea

I believe it would be a really useful feature to display secure properties for the zowe client configuration files from the Python SDK 🥳

Describe alternatives you've considered

Right now you might have to use the CLI or creating a custom script for this 😅

Provide any additional context

@zFernand0 zFernand0 added the enhancement New feature or request label Sep 12, 2024
@github-project-automation github-project-automation bot moved this to New Issues in Zowe CLI Squad Sep 12, 2024
Copy link

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.

@zowe-robot zowe-robot moved this from New Issues to Low Priority in Zowe CLI Squad Sep 18, 2024
@t1m0thyj
Copy link
Member

Since there isn't a CLI associated with the Python SDK, I think the best we can do is make it convenient to access secure values via the SDK. The following is possible with the latest prerelease:

from zowe.core_for_zowe_sdk import CredentialManager

CredentialManager.load_secure_props()
print(CredentialManager.secure_props)

@t1m0thyj t1m0thyj moved this from Low Priority to New Issues in Zowe CLI Squad Sep 21, 2024
@JTonda JTonda closed this as not planned Won't fix, can't repro, duplicate, stale Sep 23, 2024
@github-project-automation github-project-automation bot moved this from New Issues to Closed in Zowe CLI Squad Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority-low
Projects
Status: Closed
Development

No branches or pull requests

3 participants