-
Notifications
You must be signed in to change notification settings - Fork 916
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
[MD] Data source with wrong password connection in index pattern #2386
Comments
@zhongnansu can you take a look? |
Please also test first create with wrong credential, then correct it using update data source, would it work in index pattern step. |
Proposed Solution
SummaryI'll go with option 1, to update the #2204 to include the 401 specific change. fyi @zengyan-amazon |
Thanks for great details, what does |
In my PR, you can see |
If a data source is created with wrong credentials, when user try to use it in index pattern creation. The current behavior will ask user to type in credentials (see screenshots).
However even type in correct ones there, it won't help with the connection. Tested with this data source http://54.70.243.216/app/management/opensearch-dashboards/dataSources/2c080040-37ba-11ed-9c7d-b99e8398c755 on index pattern creation.
The proposal is to change the prompt from asking for credentials to a user friendly error message.
The text was updated successfully, but these errors were encountered: