This repository was archived by the owner on Aug 1, 2024. It is now read-only.
Commit 39fa404
committed
fix: fix insights port typo in provision script
There was a typo in the port variable in the Insights provision script. It was 18011, but it should have been 18110. 18110 is what is used in the port mapping for the Docker container.
This bug was observed when developers were unable to login to Insights. This was due to a mismatch in the redirect URIs as configured in the LMS's insights-sso Django OAuth Toolkit Application, which uses the port variable in the provision script. The actual redirect URI being used was using port 18110.
The oauth2 standard requires strict equality of the redirect_uris, causing a failure.1 parent 07211ea commit 39fa404
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments