-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SPSH-1626 itslearning correlation-IDs #839
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this functionality for other external systems? I think it might be useful to have some kind of tracing/correlation mechanism in our logger implementation. Maybe a follow-up ticket? What do you think?
Approved with the changes/clarifications regarding names above.
src/modules/itslearning/event-handlers/itslearning-persons.event-handler.ts
Show resolved
Hide resolved
Kristoff and I already talked and the goal would be to have per-request correlation IDs. When that comes to fruition, we can just use that ID in the event instead of generating it. |
* implementing Schulzuweisung to ldap * adding containsAnyCurrentPKWithRollenartLehr() funktion to personenkontext-updated.events * fix tests * remove comment * implementing tests for removePersonFromGroup * adding tests for addPersonToGroup * copying ldap event handler tests from main * adding !pk.orgaKennung tests * add test for addPersonToGroup in createLehrer * fixing tests for addPersonToGroup * adjust error handling * test for new error handling * rename * no async inside Promise * log failed promise results * remove unnecessary import * remove logging because error message isnt present * fix test * add logging * Spsh 1580 (#831) Spsh 1580 * Fixed rolle name (#840) * refactoring * SPSH-1584: OX: E-Mail Adresse bei Namensänderung wird nicht angepasst (#826) * adjust OXUserChange (renaming user) to set referrer as OxUserName also adjust evnet regarding ID_OX in KC * expect more info-logging in test cases for OxEventHandler * SPSH-1592 (#828) * add personID to some logs in OxEventHandler and EmailEventHandler * log warning if multiple REQUESTED emailAddresses can be found for person * log warning when multiple REQUESTED emailAddresses found for personId * SPSH-1544: UEM Inbetriebnahme-Passwort erzeugen (#820) * rm PersonRepository-ref in LdapClientSvc, adjust Email-events to contain referrer, add resetUEMPasswordByPersonId in PersonController, add PersonReferrer-type * fix existing test cases * add test cases after adjusting LDAPClientSvc * remove dead imports and comments * add RollenArt to DBiamPersonenzuordnungResponse * remove StepUp-Guard for Reset-UEM-password * allow Lehrer to use UEM-password-reset for themselves * undo StepUpGuard-disabling for creating person with kontexte via POST * adjust i18 for Person-UEM-Password, adjust test cases --------- Co-authored-by: Youssef Bouchara <[email protected]> * SPSH-1626 itslearning correlation-IDs (#839) * Add syncID to itslearning requests and logs * Fix linter warnings * Fix coverage * fixing addPersonToGroup * SPSH-1583: Refaktorisierung OX-User-Blacklist (#829) * create OxUserBlacklistEntry, OxUserBlacklistRepo * use OxUserBlacklistRepo in UsernameGeneratorService * fix test-cases which use UsernameGenerator to provide OxUserBlacklistRepo * add test-cases for OxUserBlacklistRepo * fix imports in modules and test-files * rm unused import * refactor LDAP client service and event handler for improved organization and member checks * implementing uid rename in groups by PersonRenamedEvent * fixing tests for removePersonFromGroup * fixing tests * fixing coverage * test coverage * implementing base_dn config * linting * fix configloader tests * fixing coverage * fixing coverage * adding dynamic root group * refactoring * refactoring * adjust config-loader to NOT convert values implicitly (#841) * refactoring values.yml * handling error when deleting non existing Lehrer * fix coverage --------- Co-authored-by: Timo K <[email protected]> Co-authored-by: Youssef Bouchara <[email protected]> Co-authored-by: Cornelius <[email protected]> Co-authored-by: Marvin Rode (Cap) <[email protected]> Co-authored-by: Kristoff Kiefer <[email protected]>
* Spsh 1580 (#831) Spsh 1580 * Fixed rolle name (#840) * SPSH-1584: OX: E-Mail Adresse bei Namensänderung wird nicht angepasst (#826) * adjust OXUserChange (renaming user) to set referrer as OxUserName also adjust evnet regarding ID_OX in KC * expect more info-logging in test cases for OxEventHandler * SPSH-1592 (#828) * add personID to some logs in OxEventHandler and EmailEventHandler * log warning if multiple REQUESTED emailAddresses can be found for person * log warning when multiple REQUESTED emailAddresses found for personId * SPSH-1544: UEM Inbetriebnahme-Passwort erzeugen (#820) * rm PersonRepository-ref in LdapClientSvc, adjust Email-events to contain referrer, add resetUEMPasswordByPersonId in PersonController, add PersonReferrer-type * fix existing test cases * add test cases after adjusting LDAPClientSvc * remove dead imports and comments * add RollenArt to DBiamPersonenzuordnungResponse * remove StepUp-Guard for Reset-UEM-password * allow Lehrer to use UEM-password-reset for themselves * undo StepUpGuard-disabling for creating person with kontexte via POST * adjust i18 for Person-UEM-Password, adjust test cases --------- Co-authored-by: Youssef Bouchara <[email protected]> * SPSH-1626 itslearning correlation-IDs (#839) * Add syncID to itslearning requests and logs * Fix linter warnings * Fix coverage * SPSH-1583: Refaktorisierung OX-User-Blacklist (#829) * create OxUserBlacklistEntry, OxUserBlacklistRepo * use OxUserBlacklistRepo in UsernameGeneratorService * fix test-cases which use UsernameGenerator to provide OxUserBlacklistRepo * add test-cases for OxUserBlacklistRepo * fix imports in modules and test-files * rm unused import * adjust config-loader to NOT convert values implicitly (#841) --------- Co-authored-by: Timo K <[email protected]> Co-authored-by: Youssef Bouchara <[email protected]> Co-authored-by: Cornelius <[email protected]> Co-authored-by: Marvin Rode (Cap) <[email protected]>
* implementing Schulzuweisung to ldap * adding containsAnyCurrentPKWithRollenartLehr() funktion to personenkontext-updated.events * fix tests * remove comment * implementing tests for removePersonFromGroup * adding tests for addPersonToGroup * copying ldap event handler tests from main * adding !pk.orgaKennung tests * add test for addPersonToGroup in createLehrer * fixing tests for addPersonToGroup * adjust error handling * test for new error handling * rename * no async inside Promise * log failed promise results * remove unnecessary import * remove logging because error message isnt present * fix test * add logging * Spsh 1580 (#831) Spsh 1580 * Fixed rolle name (#840) * refactoring * SPSH-1584: OX: E-Mail Adresse bei Namensänderung wird nicht angepasst (#826) * adjust OXUserChange (renaming user) to set referrer as OxUserName also adjust evnet regarding ID_OX in KC * expect more info-logging in test cases for OxEventHandler * SPSH-1592 (#828) * add personID to some logs in OxEventHandler and EmailEventHandler * log warning if multiple REQUESTED emailAddresses can be found for person * log warning when multiple REQUESTED emailAddresses found for personId * SPSH-1544: UEM Inbetriebnahme-Passwort erzeugen (#820) * rm PersonRepository-ref in LdapClientSvc, adjust Email-events to contain referrer, add resetUEMPasswordByPersonId in PersonController, add PersonReferrer-type * fix existing test cases * add test cases after adjusting LDAPClientSvc * remove dead imports and comments * add RollenArt to DBiamPersonenzuordnungResponse * remove StepUp-Guard for Reset-UEM-password * allow Lehrer to use UEM-password-reset for themselves * undo StepUpGuard-disabling for creating person with kontexte via POST * adjust i18 for Person-UEM-Password, adjust test cases --------- Co-authored-by: Youssef Bouchara <[email protected]> * SPSH-1626 itslearning correlation-IDs (#839) * Add syncID to itslearning requests and logs * Fix linter warnings * Fix coverage * fixing addPersonToGroup * SPSH-1583: Refaktorisierung OX-User-Blacklist (#829) * create OxUserBlacklistEntry, OxUserBlacklistRepo * use OxUserBlacklistRepo in UsernameGeneratorService * fix test-cases which use UsernameGenerator to provide OxUserBlacklistRepo * add test-cases for OxUserBlacklistRepo * fix imports in modules and test-files * rm unused import * refactor LDAP client service and event handler for improved organization and member checks * implementing uid rename in groups by PersonRenamedEvent * fixing tests for removePersonFromGroup * fixing tests * fixing coverage * test coverage * implementing base_dn config * linting * fix configloader tests * fixing coverage * fixing coverage * adding dynamic root group * refactoring * refactoring * adjust config-loader to NOT convert values implicitly (#841) * refactoring values.yml * handling error when deleting non existing Lehrer * fix coverage --------- Co-authored-by: Alexander Ungefug <[email protected]> Co-authored-by: Timo K <[email protected]> Co-authored-by: Youssef Bouchara <[email protected]> Co-authored-by: Cornelius <[email protected]> Co-authored-by: Kristoff Kiefer <[email protected]>
Description
Links to Tickets or other pull requests
Changes
Datasecurity
Deployment
New Repos, NPM pakages or vendor scripts
Approval for review