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

fix: Fix handling unavailable services #3879

Open
wants to merge 48 commits into
base: v3.x.x
Choose a base branch
from

Commits on Oct 25, 2024

  1. draft of fixes (except evaluation of client certificate in the ZAAS)

    Signed-off-by: Pavel Jareš <Pavel.Jares@broadcom.com>
    pj892031 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2c5b153 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    0c1ffe2 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. handle exceptions in zaas and unexpected status codes in gateway

    Signed-off-by: ac892247 <a.chmelo@gmail.com>
    achmelo committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    7d56ab9 View commit details
    Browse the repository at this point in the history
  2. align passticket tests with updated status codes, remove invalid test

    Signed-off-by: ac892247 <a.chmelo@gmail.com>
    achmelo committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    dfcf766 View commit details
    Browse the repository at this point in the history
  3. handle safid exceptions in the same way as passticket

    Signed-off-by: ac892247 <a.chmelo@gmail.com>
    achmelo committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    abf06aa View commit details
    Browse the repository at this point in the history
  4. when content type is omitted

    Signed-off-by: ac892247 <a.chmelo@gmail.com>
    achmelo committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    1bedafd View commit details
    Browse the repository at this point in the history
  5. remove nested structure

    Signed-off-by: ac892247 <a.chmelo@gmail.com>
    achmelo committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    a1a2c03 View commit details
    Browse the repository at this point in the history
  6. remove error controller

    Signed-off-by: ac892247 <a.chmelo@gmail.com>
    achmelo committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    92baceb View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. return not_found handler

    Signed-off-by: ac892247 <a.chmelo@gmail.com>
    achmelo committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    71a694c View commit details
    Browse the repository at this point in the history
  2. test endpoint not_found

    Signed-off-by: ac892247 <a.chmelo@gmail.com>
    achmelo committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    d5a1e89 View commit details
    Browse the repository at this point in the history
  3. add unit tests

    Signed-off-by: ac892247 <a.chmelo@gmail.com>
    achmelo committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    89d5fe7 View commit details
    Browse the repository at this point in the history
  4. test internal error and not found exception

    Signed-off-by: ac892247 <a.chmelo@gmail.com>
    achmelo committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    cdcbb7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4491ef View commit details
    Browse the repository at this point in the history
  6. remove duplicated exception handler for access denied

    Signed-off-by: ac892247 <a.chmelo@gmail.com>
    achmelo committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    326f337 View commit details
    Browse the repository at this point in the history
  7. code review comments

    Signed-off-by: ac892247 <a.chmelo@gmail.com>
    achmelo committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    f9feac7 View commit details
    Browse the repository at this point in the history
  8. include zaas IT in jacoco

    Signed-off-by: ac892247 <a.chmelo@gmail.com>
    achmelo committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    4266392 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. revert unauth handler

    Signed-off-by: ac892247 <a.chmelo@gmail.com>
    achmelo committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    5c3bb34 View commit details
    Browse the repository at this point in the history
  2. zaas debug level

    Signed-off-by: ac892247 <a.chmelo@gmail.com>
    achmelo committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    66af2e4 View commit details
    Browse the repository at this point in the history
  3. enabled debug logs

    Signed-off-by: ac892247 <a.chmelo@gmail.com>
    achmelo committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    93494eb View commit details
    Browse the repository at this point in the history
  4. revert spring config location

    Signed-off-by: ac892247 <a.chmelo@gmail.com>
    achmelo committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3487912 View commit details
    Browse the repository at this point in the history
  5. move profiles to jvm flags

    Signed-off-by: ac892247 <a.chmelo@gmail.com>
    achmelo committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    fea3565 View commit details
    Browse the repository at this point in the history
  6. don't need specific for package

    Signed-off-by: ac892247 <a.chmelo@gmail.com>
    achmelo committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1b2368a View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. use the same method for cert PK encoding

    Signed-off-by: ac892247 <a.chmelo@gmail.com>
    achmelo committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    3392030 View commit details
    Browse the repository at this point in the history
  2. test / code coverage

    Signed-off-by: Pavel Jareš <Pavel.Jares@broadcom.com>
    pj892031 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    9c98390 View commit details
    Browse the repository at this point in the history
  3. test / code coverage - 403

    Signed-off-by: Pavel Jareš <Pavel.Jares@broadcom.com>
    pj892031 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    8ce39c3 View commit details
    Browse the repository at this point in the history
  4. tests / code coverage

    Signed-off-by: Pavel Jareš <Pavel.Jares@broadcom.com>
    pj892031 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    147248d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ec6eb2 View commit details
    Browse the repository at this point in the history
  6. sonar

    Signed-off-by: Pavel Jareš <Pavel.Jares@broadcom.com>
    pj892031 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d9fa345 View commit details
    Browse the repository at this point in the history
  7. remove unused field

    Signed-off-by: Pavel Jareš <Pavel.Jares@broadcom.com>
    pj892031 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    f5c7881 View commit details
    Browse the repository at this point in the history
  8. javax x jakarta + replace missing error with an internal error

    Signed-off-by: Pavel Jareš <Pavel.Jares@broadcom.com>
    pj892031 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    5922b66 View commit details
    Browse the repository at this point in the history
  9. fix + test misconfigured service

    Signed-off-by: Pavel Jareš <Pavel.Jares@broadcom.com>
    pj892031 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    037fdfe View commit details
    Browse the repository at this point in the history
  10. consider server cert only

    Signed-off-by: ac892247 <a.chmelo@gmail.com>
    achmelo committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    506e5eb View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'origin/reboot/fix-zaas-responses' into …

    …reboot/fix-zaas-responses
    achmelo committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    22bfbae View commit details
    Browse the repository at this point in the history
  12. check apiml cert in header too

    Signed-off-by: ac892247 <a.chmelo@gmail.com>
    achmelo committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    6297bbe View commit details
    Browse the repository at this point in the history
  13. return sooner, mode info in the logs

    Signed-off-by: ac892247 <a.chmelo@gmail.com>
    achmelo committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    3aae107 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. static definition for GitHub action

    Signed-off-by: Pavel Jareš <Pavel.Jares@broadcom.com>
    pj892031 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    cb811da View commit details
    Browse the repository at this point in the history
  2. styles and imports

    Signed-off-by: ac892247 <a.chmelo@gmail.com>
    achmelo committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    7edf24d View commit details
    Browse the repository at this point in the history
  3. update number of registered services in catalog

    Signed-off-by: ac892247 <a.chmelo@gmail.com>
    achmelo committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    29206be View commit details
    Browse the repository at this point in the history
  4. fix

    Signed-off-by: Pavel Jareš <Pavel.Jares@broadcom.com>
    pj892031 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    0bf4ac6 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'v3.x.x' into reboot/fix-unavailable-services

    Signed-off-by: Pavel Jareš <58428711+pj892031@users.noreply.github.com>
    pj892031 authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    99989b6 View commit details
    Browse the repository at this point in the history
  6. test fixes

    Signed-off-by: Pavel Jareš <Pavel.Jares@broadcom.com>
    pj892031 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    c72d6e5 View commit details
    Browse the repository at this point in the history
  7. fixes

    Signed-off-by: Pavel Jareš <Pavel.Jares@broadcom.com>
    pj892031 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    5c0ccac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f99f74c View commit details
    Browse the repository at this point in the history
  9. fix ZAAS tests names

    Signed-off-by: Pavel Jareš <Pavel.Jares@broadcom.com>
    pj892031 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    b71d3e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. fix test

    Signed-off-by: Pavel Jareš <Pavel.Jares@broadcom.com>
    pj892031 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    7d1e3e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be8bcab View commit details
    Browse the repository at this point in the history
  3. sonar - multiple times same message

    Signed-off-by: Pavel Jareš <Pavel.Jares@broadcom.com>
    pj892031 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    5111773 View commit details
    Browse the repository at this point in the history
  4. sonar - do not use non-serialized values

    Signed-off-by: Pavel Jareš <Pavel.Jares@broadcom.com>
    pj892031 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    7b735d4 View commit details
    Browse the repository at this point in the history