-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
task/WG-268: add authentification to backend (#206)
* Rework env variables * Add TAPIS_CLIENT_ID and TAPIS_CLIENT_KEY * Make env variable usage in docker compose consistent * Add authentification flow * Remove todo comment * Add login endpoint test * Add test for /auth/callback route * Use access token and refresh if needed * Use access token and refresh if needed * Install mapillary tools by downloading first as using poetry causing errors on worker Bumped python in worker image from 3.8 to 3.9 to match api image Bumped other locked packages * Fix worker image * Rename public key used for validation * Make mapillary_source relative for CI * Bump poetry and mapillary_tools install Update CI so that it works. * Ensure we have auth for each user * Commit new auth on existing users * Rework Makefile so help i s first/default * Update methods to check if auth exists * Handle if no user has token in refresh_observable_projects * Move tapis client instantiation after log statement * Revert back to installing mapillary directly from github * Add todo note
- Loading branch information
1 parent
80d4968
commit e91740c
Showing
39 changed files
with
1,816 additions
and
982 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.