-
Notifications
You must be signed in to change notification settings - Fork 513
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
Feature: use decorators for admin api authentication #2860
Commits on Apr 8, 2024
-
Add authentication decorators for admin API
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ea1c4f4 - Browse repository at this point
Copy the full SHA ea1c4f4View commit details -
Updated multitenancy routes to use auth decorators
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 66993c5 - Browse repository at this point
Copy the full SHA 66993c5View commit details -
Updated anoncreds routes to use auth decorators
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ec76806 - Browse repository at this point
Copy the full SHA ec76806View commit details -
Updated server routes to use auth decorators
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cc4e23e - Browse repository at this point
Copy the full SHA cc4e23eView commit details -
Updated holder routes to use auth decorators
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 30cc9de - Browse repository at this point
Copy the full SHA 30cc9deView commit details -
Updated ledger routes to use auth decorators
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c1c1480 - Browse repository at this point
Copy the full SHA c1c1480View commit details -
Updated messaging routes to use auth decorators
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9ca11aa - Browse repository at this point
Copy the full SHA 9ca11aaView commit details -
Updated resolver routes to use auth decorators
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f70aa56 - Browse repository at this point
Copy the full SHA f70aa56View commit details -
Updated revocation routes to use auth decorators
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 43ba336 - Browse repository at this point
Copy the full SHA 43ba336View commit details -
Updated revocation_anoncreds routes to use auth decorators
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d4988e5 - Browse repository at this point
Copy the full SHA d4988e5View commit details -
Updated vc routes to use auth decorators
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 695ad28 - Browse repository at this point
Copy the full SHA 695ad28View commit details -
Updated wallet routes to use auth decorators
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3b971a9 - Browse repository at this point
Copy the full SHA 3b971a9View commit details -
Updated protocols routes to use auth decorators
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ba80c24 - Browse repository at this point
Copy the full SHA ba80c24View commit details -
Remove unused auth middleware code
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2666f9c - Browse repository at this point
Copy the full SHA 2666f9cView commit details -
Remove authentication from readiness/liveliness handlers
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e5be3ea - Browse repository at this point
Copy the full SHA e5be3eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17400ee - Browse repository at this point
Copy the full SHA 17400eeView commit details -
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f4882a2 - Browse repository at this point
Copy the full SHA f4882a2View commit details -
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9d5fffc - Browse repository at this point
Copy the full SHA 9d5fffcView commit details -
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for db4cd19 - Browse repository at this point
Copy the full SHA db4cd19View commit details -
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c3a365b - Browse repository at this point
Copy the full SHA c3a365bView commit details -
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7f1ab08 - Browse repository at this point
Copy the full SHA 7f1ab08View commit details -
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 700342b - Browse repository at this point
Copy the full SHA 700342bView commit details -
Fixed revocation_anoncreds route tests
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fddc6b9 - Browse repository at this point
Copy the full SHA fddc6b9View commit details -
Fixed settings, wallet route tests
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 134aaa9 - Browse repository at this point
Copy the full SHA 134aaa9View commit details -
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 58ff03e - Browse repository at this point
Copy the full SHA 58ff03eView commit details -
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e94c26d - Browse repository at this point
Copy the full SHA e94c26dView commit details -
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3018dab - Browse repository at this point
Copy the full SHA 3018dabView commit details -
Remove unused code, remove outdated test
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b03863f - Browse repository at this point
Copy the full SHA b03863fView commit details
Commits on Apr 26, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 5b53af6 - Browse repository at this point
Copy the full SHA 5b53af6View commit details -
Extract server admin routes to own file
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4488d39 - Browse repository at this point
Copy the full SHA 4488d39View commit details -
Fix failing admin server tests
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a528e73 - Browse repository at this point
Copy the full SHA a528e73View commit details -
Sync black version, reformat files
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8db305d - Browse repository at this point
Copy the full SHA 8db305dView commit details -
Merge branch 'main' of https://github.com/hyperledger/aries-cloudagen…
…t-python into feature/api-key-tweaks
Configuration menu - View commit details
-
Copy full SHA for 2ddfe6b - Browse repository at this point
Copy the full SHA 2ddfe6bView commit details
Commits on May 7, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 3a256ad - Browse repository at this point
Copy the full SHA 3a256adView commit details -
Re-lock dependencies after merging main
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ece22ce - Browse repository at this point
Copy the full SHA ece22ceView commit details
Commits on May 8, 2024
-
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for db370e0 - Browse repository at this point
Copy the full SHA db370e0View commit details
Commits on May 9, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 45e43d5 - Browse repository at this point
Copy the full SHA 45e43d5View commit details -
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a3d4f4e - Browse repository at this point
Copy the full SHA a3d4f4eView commit details -
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 955f777 - Browse repository at this point
Copy the full SHA 955f777View commit details -
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b3a9e68 - Browse repository at this point
Copy the full SHA b3a9e68View commit details -
Revert "Re-lock dependencies after merging main"
This reverts commit ece22ce. Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 37af0e2 - Browse repository at this point
Copy the full SHA 37af0e2View commit details -
Limit lockfile update to black
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3599117 - Browse repository at this point
Copy the full SHA 3599117View commit details -
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6ccb6f9 - Browse repository at this point
Copy the full SHA 6ccb6f9View commit details