From ee6d73d7e0a3b983653281a5d87532d6a40b48b7 Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Thu, 19 Feb 2026 17:16:51 -0500 Subject: [PATCH] fix: mention ccx_keys in Open edX Core ADR --- docs/decisions/0021-openedx-core.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/decisions/0021-openedx-core.rst b/docs/decisions/0021-openedx-core.rst index 63b1d98b..e60a95be 100644 --- a/docs/decisions/0021-openedx-core.rst +++ b/docs/decisions/0021-openedx-core.rst @@ -33,7 +33,7 @@ Long term, we are open to more stable, core APIs moving in, such as: * ``openedx_events`` * ``openedx_filters`` * ``openedx_authz`` -* ``openedx_keys`` (renamed from ``opaque_keys``) +* ``openedx_keys`` (renamed from ``opaque_keys`` and ``ccx_keys``) There are dependencies between these apps we'd want to keep in mind. For example, we wouldn't want to move in ``openedx_keys`` without moving in ``openedx_authz`` first, otherwise we'd create a cyclical dependency between ``openex-authz`` and ``openedx-core``.