Fix overrides.CredentialManager:false
inconsistencies
#1469
Labels
bug
Something isn't working
community-upvoted
enhancement
New feature or request
priority-medium
Not functioning - next quarter if capacity permits
When creating a
~/.zowe/settings/imperative.json
file with{"overrides": {"CredentialManager": false}}
I can disable secure credentials, which is important for platforms that do not support keytar such as Eclipse Che.However, that setting is not used systematically and can lead to a lot of user confusion and even incorrect error messages:
zowe config init
command it still generates a config file that has secure credentials defined. It should generate a template file without any secure fields.As creating such a
~/.zowe/settings/imperative.json
file is a bit of a hidden feature I would also propose toconfig init
command with a--non-secure
option that will generate the settings file as well as create a correct non secure config fileconfig init
command that allows specifying the name of a custom config file to use instead of the template to support automation, e.g. during Eclipse workspace startup, that can generate these file from a client (such as Zowe Explorer)The text was updated successfully, but these errors were encountered: