Skip to content

Commit

Permalink
revert: fix JWT scopes in XBlock callbacks
Browse files Browse the repository at this point in the history
Reverts #986
  • Loading branch information
cmltaWt0 committed Feb 7, 2024
1 parent 60a5f25 commit 204087e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelog.d/20240207_173504_cmltawt0_revert_jwt_security.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- [Security] Revert XBlock JWT security patch introduced in https://github.com/overhangio/tutor/pull/986
since https://github.com/openedx/edx-platform/pull/34047 is merged. (by @cmltawt0)
2 changes: 0 additions & 2 deletions tutor/templates/build/openedx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ RUN git config --global user.email "[email protected]" \
{{ patch("openedx-dockerfile-git-patches-default") }}
{%- else %}
# Patch edx-platform
# XBlock JWT security fix https://github.com/openedx/edx-platform/pull/34047
RUN curl -fsSL https://github.com/openedx/edx-platform/commit/89f5f69682a5e1422f89e867491e8974dd0a8208.patch | git am
{%- endif %}

{# Example: RUN curl -fsSL https://github.com/openedx/edx-platform/commit/<GITSHA1>.patch | git am #}
Expand Down

0 comments on commit 204087e

Please sign in to comment.