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

[v14] Display more user friendly error for invalid os logins in Web UI #47603

Merged
merged 1 commit into from
Oct 17, 2024

Commits on Oct 15, 2024

  1. Display more user friendly error for invalid os logins in Web UI (#47420

    )
    
    Host resolution no longer happens prior to connections in the Web
    UI and all dial attempts are by UUID. When an invalid login is
    attempted the error message constructed only contained the info
    provided to the dial request: a login and a Host UUID. To make
    this error more user friendly access denied errors are now
    augmented with the hostname if the user has permissions to that
    host and the error occurs only due to an invalid login.
    
    Closes #23719
    rosstimothy committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    50c669c View commit details
    Browse the repository at this point in the history