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

simplify fix_auth tests #23212

Merged
merged 1 commit into from
Sep 30, 2024
Merged

simplify fix_auth tests #23212

merged 1 commit into from
Sep 30, 2024

Commits on Sep 30, 2024

  1. simplify fix_auth tests

    There is an issue in the way that encryption keys work.
    You can sometimes decrypt a string that has been encoded with a different passkey.
    You will get the wrong value out, but the system thinks that it succeeded.
    
    Even though the odds of this are very low, since we run managiq so many times, we
    run across it as a sporadic test failure.
    
    This is an issue and we're removing the offending tests.
    This functionality is tested in the `manageiq-password` gem.
    kbrock committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d2c808f View commit details
    Browse the repository at this point in the history