Describe the bug
We may need to revisit the Settings implementation as we still depend on the SCS plugin to be installed and configured in the CLI for the Security Key to take effect.
To Reproduce
- [recommended before doing next step]:
zowe scs revert -f (revert profiles to plain text)
zowe config reset CredentialManager
- Verify you have the Security Key set to something other than blank
"" (recommend: Zowe-Plugin)
- Reload VSCode (or open the command palette [
Ctrl+Shift+p] and type Reload Window)
- Create a new profile (and specify username and password)
- Notice your profile is in plain text
To go back to secure profiles
zowe config set CredentialManager @zowe/secure-credential-store-for-zowe-cli
zowe scs u
- Reload VSCode
Expected behavior
The ZE Security Key should take effect even when the SCS plugin is not configured in the CLI
Describe the bug
We may need to revisit the Settings implementation as we still depend on the SCS plugin to be installed and configured in the CLI for the Security Key to take effect.
To Reproduce
zowe scs revert -f(revert profiles to plain text)zowe config reset CredentialManager""(recommend:Zowe-Plugin)Ctrl+Shift+p] and typeReload Window)To go back to secure profiles
zowe config set CredentialManager @zowe/secure-credential-store-for-zowe-clizowe scs uExpected behavior
The ZE Security Key should take effect even when the SCS plugin is not configured in the CLI