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

[#5851] Add error messages on authentication failures with username and password #6212

Merged
merged 10 commits into from
Dec 4, 2023
Merged

Commits on Nov 29, 2023

  1. Add error messages on authentication failures with username and password

    Signed-off-by: David Lutzardo <jdlutzardo@izertis.com>
    dlutzardo committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    501e5f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66f209e View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Add a constant for the 'password'

    Signed-off-by: David Lutzardo <jdlutzardo@izertis.com>
    dlutzardo committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    242f219 View commit details
    Browse the repository at this point in the history
  2. Add test to check empty login and check response in body is not empty

    Signed-off-by: David Lutzardo <jdlutzardo@izertis.com>
    dlutzardo committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    c9ffc96 View commit details
    Browse the repository at this point in the history
  3. Correct format (spotless)

    Signed-off-by: David Lutzardo <jdlutzardo@izertis.com>
    dlutzardo committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    b7a8d17 View commit details
    Browse the repository at this point in the history
  4. Update ethereum/api/src/test/java/org/hyperledger/besu/ethereum/api/j…

    …sonrpc/JsonRpcHttpServiceLoginTest.java
    
    Co-authored-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    Signed-off-by: David Lutzardo <jdlutzardo@izertis.com>
    dlutzardo and fab-10 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    0f97933 View commit details
    Browse the repository at this point in the history
  5. Update ethereum/api/src/test/java/org/hyperledger/besu/ethereum/api/j…

    …sonrpc/JsonRpcHttpServiceLoginTest.java
    
    Co-authored-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    Signed-off-by: David Lutzardo <jdlutzardo@izertis.com>
    dlutzardo and fab-10 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    4a882d3 View commit details
    Browse the repository at this point in the history
  6. Update JsonRpcHttpServiceLoginTest.java

    use containsIgnoringCase
    
    Signed-off-by: David Lutzardo <jdlutzardo@izertis.com>
    dlutzardo committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    24106ed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    408d718 View commit details
    Browse the repository at this point in the history
  8. Add a CHANGELOG entry for PR 6212

    Signed-off-by: David Lutzardo <jdlutzardo@izertis.com>
    dlutzardo committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    c366068 View commit details
    Browse the repository at this point in the history