Open
Description
Describe the bug
I am trying to use autoStore set to false so that I am prompted for my username and password each time it's required (and after the work in #217 that should be less frequently!)
I have a config like this:
{
"$schema": "./zowe.schema.json",
"profiles": {
"myhost-autostore-no": {
"properties": {
"host": "myhost.com"
},
"profiles": {
"mycics-ssl": {
"type": "cics",
"properties": {
"protocol": "https",
"port": 28961,
}
},
}
}
},
"autoStore": false
}
Expected and actual results
I am expecting to be able to connect, although likely I will be prompted several times for my creds until #217 is complete.
The actual result is that I'm prompted for my creds, but then my profile shows a no entry sign to indicate that it is broken. There is no error message logged or posted, that I can see.
Metadata
Assignees
Labels
Type
Projects
Status
Medium Priority
Activity