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

Feature: use decorators for admin api authentication #2860

Merged
merged 43 commits into from
May 10, 2024

Commits on Apr 8, 2024

  1. Add authentication decorators for admin API

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ea1c4f4 View commit details
    Browse the repository at this point in the history
  2. Updated multitenancy routes to use auth decorators

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    66993c5 View commit details
    Browse the repository at this point in the history
  3. Updated anoncreds routes to use auth decorators

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ec76806 View commit details
    Browse the repository at this point in the history
  4. Updated server routes to use auth decorators

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    cc4e23e View commit details
    Browse the repository at this point in the history
  5. Updated holder routes to use auth decorators

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    30cc9de View commit details
    Browse the repository at this point in the history
  6. Updated ledger routes to use auth decorators

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c1c1480 View commit details
    Browse the repository at this point in the history
  7. Updated messaging routes to use auth decorators

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    9ca11aa View commit details
    Browse the repository at this point in the history
  8. Updated resolver routes to use auth decorators

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f70aa56 View commit details
    Browse the repository at this point in the history
  9. Updated revocation routes to use auth decorators

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    43ba336 View commit details
    Browse the repository at this point in the history
  10. Updated revocation_anoncreds routes to use auth decorators

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d4988e5 View commit details
    Browse the repository at this point in the history
  11. Updated vc routes to use auth decorators

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    695ad28 View commit details
    Browse the repository at this point in the history
  12. Updated wallet routes to use auth decorators

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    3b971a9 View commit details
    Browse the repository at this point in the history
  13. Updated protocols routes to use auth decorators

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ba80c24 View commit details
    Browse the repository at this point in the history
  14. Remove unused auth middleware code

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    2666f9c View commit details
    Browse the repository at this point in the history
  15. Remove authentication from readiness/liveliness handlers

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e5be3ea View commit details
    Browse the repository at this point in the history
  16. Fix typo

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    17400ee View commit details
    Browse the repository at this point in the history
  17. Fixed anoncreds route tests

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f4882a2 View commit details
    Browse the repository at this point in the history
  18. Fixed holder route tests

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    9d5fffc View commit details
    Browse the repository at this point in the history
  19. Fixed ledger route tests

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    db4cd19 View commit details
    Browse the repository at this point in the history
  20. Fixed multitenant route tests

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c3a365b View commit details
    Browse the repository at this point in the history
  21. Fixed resolver route tests

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7f1ab08 View commit details
    Browse the repository at this point in the history
  22. Fixed revocation route tests

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    700342b View commit details
    Browse the repository at this point in the history
  23. Fixed revocation_anoncreds route tests

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    fddc6b9 View commit details
    Browse the repository at this point in the history
  24. Fixed settings, wallet route tests

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    134aaa9 View commit details
    Browse the repository at this point in the history
  25. Fixed messaging route tests

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    58ff03e View commit details
    Browse the repository at this point in the history
  26. Fixed protocols route tests

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e94c26d View commit details
    Browse the repository at this point in the history
  27. Renamed functions for clarity

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    3018dab View commit details
    Browse the repository at this point in the history
  28. Remove unused code, remove outdated test

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b03863f View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Merge branch 'main' of https://github.com/hyperledger/aries-cloudagen…

    …t-python into feature/api-key-tweaks
    
    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5b53af6 View commit details
    Browse the repository at this point in the history
  2. Extract server admin routes to own file

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4488d39 View commit details
    Browse the repository at this point in the history
  3. Fix failing admin server tests

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a528e73 View commit details
    Browse the repository at this point in the history
  4. Sync black version, reformat files

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    8db305d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ddfe6b View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Merge branch 'main' of https://github.com/hyperledger/aries-cloudagen…

    …t-python into feature/api-key-tweaks
    
    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed May 7, 2024
    Configuration menu
    Copy the full SHA
    3a256ad View commit details
    Browse the repository at this point in the history
  2. Re-lock dependencies after merging main

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed May 7, 2024
    Configuration menu
    Copy the full SHA
    ece22ce View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Add auth decorator unit tests

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed May 8, 2024
    Configuration menu
    Copy the full SHA
    db370e0 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Merge branch 'main' of https://github.com/hyperledger/aries-cloudagen…

    …t-python into feature/api-key-tweaks
    
    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed May 9, 2024
    Configuration menu
    Copy the full SHA
    45e43d5 View commit details
    Browse the repository at this point in the history
  2. Fix formatting conflicts

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed May 9, 2024
    Configuration menu
    Copy the full SHA
    a3d4f4e View commit details
    Browse the repository at this point in the history
  3. Fix formatting conflicts

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed May 9, 2024
    Configuration menu
    Copy the full SHA
    955f777 View commit details
    Browse the repository at this point in the history
  4. Fix formatting in argparse.py

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed May 9, 2024
    Configuration menu
    Copy the full SHA
    b3a9e68 View commit details
    Browse the repository at this point in the history
  5. Revert "Re-lock dependencies after merging main"

    This reverts commit ece22ce.
    
    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed May 9, 2024
    Configuration menu
    Copy the full SHA
    37af0e2 View commit details
    Browse the repository at this point in the history
  6. Limit lockfile update to black

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed May 9, 2024
    Configuration menu
    Copy the full SHA
    3599117 View commit details
    Browse the repository at this point in the history
  7. Additional tweaks to lockfile

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed May 9, 2024
    Configuration menu
    Copy the full SHA
    6ccb6f9 View commit details
    Browse the repository at this point in the history