-
Notifications
You must be signed in to change notification settings - Fork 86
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
Cannot update password with the SDK #1573
Comments
Thank you for creating a bug report. |
Efforts in the related slack conversation have identified no configuration error that would explain this bad behavior. Therefore, we should treat this as a more serious bug which could affect multiple consumers. |
Hi @gejohnston any news on this, a fix would save us delivering a nodejs installation... Thanks! |
Hi @kraabrsg |
Hi @gejohnston |
Because a workaround was identified, we changed severity and priority to medium. To provide input to any future implementation, can you elaborate more on the techniques used in your workaround? |
Hi @gejohnston , well it is basically mimics at extensions start
the details:
|
1.) when updating the secure stored password, on extension restart an old password is loaded "mLoadedConfig-mSecure-profiles.base.properties.password" (when doing readProfilesFromDisk) (als see this question on slack https://openmainframeproject.slack.com/archives/C010AUS5MK5/p1669033876331619)
This is reallly needed because we then don't have to worry about zowe cli installation (and we want to replace cli commands like
zowe config set --global-config --secure
with sdk methods..) then (don't need to install node/npm )...relevant code:
Further details (if necessary):
dependencies:
devdependencies:
zowe.config.json:
cli works like expected from commandline...
thanks (this is done within a vscode extension )!
The text was updated successfully, but these errors were encountered: