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

Incorrect profile specification can cause profile validation to hang #3364

Open
MarkAckert opened this issue Dec 13, 2024 · 1 comment
Open
Labels
enhancement New feature or request v3

Comments

@MarkAckert
Copy link
Member

MarkAckert commented Dec 13, 2024

Is your feature request related to a problem? Please describe.

If a user enters the host value of a profile incorrectly with the format protocol:host, then profile validation can hang due to an unreachable network endpoint. e.g.

            "properties": {
                "host": "https://my.host.name",
                "port": 443,
                "rejectUnauthorized": false,
                "protocol": "https"
            },

Describe the solution you'd like

Zowe Explorer can detect host values which include a protocol and short-circuit the validation before hitting the /zosmf/info endpoint.

In addition / alternatively, Zowe Explorer validation shouldn't hang for an unreachable endpoint, I'd expect a network error response.

Describe alternatives you've considered

Additional context

Copy link

Thank you for raising this enhancement request.
The community has 90 days to vote on it.
If the enhancement receives at least 10 upvotes, it is added to our development backlog.
If it receives fewer votes, the issue is closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v3
Projects
Status: New Issues
Development

No branches or pull requests

1 participant