Remove old authorization system
dgaubert opened this issue · 2 comments
dgaubert commented
After the redis api-keys
migration, we can deprecate old authorization system and remove the code related to keeping the old behavior (use public user
credentials when no api-key
or an invalid one is provided in the request).
- Remove fallback auth system for all endpoint
- Remove old system to get user credentials to perform batch jobs
- refactor
authenticated
flag toauthorizationLevel
PR #489
inigomedina commented
Ready to be closed?
dgaubert commented
Still in development. We will close it when it's deployed.