openedx / tutor-contrib-coursegraph

Work-in-progress Tutor plugin to enable the Open edX CourseGraph tool
GNU Affero General Public License v3.0
2 stars 4 forks source link

Ensure tutor-contrib-coursegraph works with ENABLE_HTTPS #17

Closed kdmccormick closed 2 years ago

kdmccormick commented 2 years ago

In both local and k8s mode.

kdmccormick commented 2 years ago

As it turns out, I don't have any reason to believe ENABLE_HTTPS wouldn't work with the plugin. I'd originally worried about this because an earlier version of the plugin would try to use Bolt/TLS for CMS->CourseGraph communication when ENABLE_HTTPS was set to True, but I removed that since it didn't seem important for CMS to encrypt it's cluster-internal communication with CourseGraph.