-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This finally updates all backend dependencies, including some big breaking changes. The most time was required by the `hyper 1.0` update and the update of all the crypto related libraries. I don't think a normal code review is all too useful. At most a quick look. But more importantly I think is testing several things. Ideally this PR shouldn't be merged before we have checked all of this: - [x] Opencast sync with HTTP - [x] Opencast sync with HTTPS - [x] `from_login_credentials = "opencast"` HTTP - [x] `from_login_credentials = "opencast"` HTTPS - [ ] `db.tls_mode = "on"` - [x] `db.tls_mode = "without-verify-cert"` - [x] `db.tls_mode = "off"` - [x] The Tokio update bumps the effective required libc version. Check if it still works on test deployment. - [x] Auth callback with HTTP - [x] Auth callback with HTTPS - [x] Login callback with HTTP - [x] Login callback with HTTPS - [x] JWT still works (generation of key, generation of JWTs) - [x] Tobira sessions still work
- Loading branch information
Showing
19 changed files
with
757 additions
and
620 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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.