Skip to content

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

Open
@davenice

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

      Medium Priority

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions