feat: Move Program Certificate event publishing to the monolith#38753
Open
rahulkanneri-2u wants to merge 9 commits into
Open
feat: Move Program Certificate event publishing to the monolith#38753rahulkanneri-2u wants to merge 9 commits into
rahulkanneri-2u wants to merge 9 commits into
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR moves program certificate event publishing from the Credentials IDA to the LMS monolith.
When a program certificate is awarded or revoked, the LMS now publishes the following events to the event bus:
PROGRAM_CERTIFICATE_AWARDEDPROGRAM_CERTIFICATE_REVOKEDThese events are disabled by default until the Credentials IDA is ready to consume them instead of relying on direct REST API calls.
Supporting Information
This is related to the initiative to move program certificate lifecycle event publishing into
edx-platformusing[openedx-events](https://github.com/openedx/openedx-events).Testing Instructions
Run the programs task tests:
To test event emission manually, enable the feature flags in your settings:
Trigger a program certificate award or revocation.
Verify that the corresponding event is published to the event bus.
Deadline
None
Other Information
enabled: Falseuntil the Credentials IDA is ready to consume them.ProgramCertificateDatapayload with user information and the program UUID.title,program_type, anduuidfields on the program/certificate are intentionally left as empty strings because the LMS does not have authoritative access to that data at award time.