Visual Studio Code Extension for Zowe, which lets users interact with z/OS Data Sets, Unix System Services, and Jobs on a remote mainframe instance. Powered by Zowe SDKs.
Eclipse Public License 2.0
173
stars
92
forks
source link
Warn if credentials conflict between config layers #2147
Display a warning about the credentials being different between global and project configs.
For example if project config and global config both contain profiles.zosmf.properties.user, it would be nice to warn the user that these credentials may conflict with each other.
Thank you for raising this issue.
The community has 90 days to upvote 👍 the issue.
If it receives 10 upvotes, we will move it to our backlog. If not, we will close it.
Depends on https://github.com/zowe/imperative/issues/947
Display a warning about the credentials being different between global and project configs.
For example if project config and global config both contain
profiles.zosmf.properties.user
, it would be nice to warn the user that these credentials may conflict with each other.