artefactual-sdps / enduro

A tool to support ingest and automation in digital preservation workflows
https://enduro.readthedocs.io/
Apache License 2.0
4 stars 3 forks source link

Fix security schema in API design #963

Closed jraddaoui closed 5 months ago

jraddaoui commented 5 months ago

Use Goa's JWTSecurity, the API is only verifying the token against the OIDC provider, it's not actually doing the authentication flow.

Refs #957.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 51.34%. Comparing base (4ce83bb) to head (9307884). Report is 43 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #963 +/- ## ========================================== + Coverage 51.31% 51.34% +0.03% ========================================== Files 102 102 Lines 5679 5679 ========================================== + Hits 2914 2916 +2 + Misses 2521 2520 -1 + Partials 244 243 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.