You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2024. It is now read-only.
However, the problem still persist since no V2 profiles get loaded, and you can get the error to show again after doing a + (Create a CICS profile) operation
User may be forced to use plain text credentials.
Whenever there is a populated
secure: [ ... ]array in a zowe.config.json file, the CICS extension fails to load V2 profiles.Example `zowe.config.json` with secure properties
Equivalent `zowe.config.json` without secure properties
The following PR hides the error on refresh:
However, the problem still persist since no V2 profiles get loaded, and you can get the error to show again after doing a
+(Create a CICS profile) operation