Skip to content

Using autostore as false results in a failure to connect with no error message. #224

Closed
@davenice

Description

@davenice

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

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpriority-mediumNot functioning - next quarter if capacity permitsseverity-mediumBug where workaround exists or that doesn't prevent the usage of Zowe. Just makes it more complex

    Type

    No type

    Projects

    Status

    Closed

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions