Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
davenice opened this issue Feb 4, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@davenice
Copy link
Contributor

davenice commented Feb 4, 2025

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.

@davenice davenice added the bug Something isn't working label Feb 4, 2025
Copy link

github-actions bot commented Feb 4, 2025

Thank you for creating a bug report.
We will investigate the bug and evaluate its impact on the product.
If you haven't already, please ensure you have provided steps to reproduce the bug and as much context as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: New Issues
Development

No branches or pull requests

1 participant