Skip to content
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

feat(kotoutumiskoulutus): add audit logging #593

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wolverian
Copy link
Contributor

@wolverian wolverian commented Dec 17, 2024

This implementation is based on the Spring Data EntityCallback API. It does not conform to what's described on https://wiki.eduuni.fi/pages/viewpage.action?pageId=480353910.

This implementation is based on the Spring Data EntityCallback API.
@wolverian wolverian added the enhancement New feature or request label Dec 17, 2024
@wolverian wolverian self-assigned this Dec 17, 2024
@wolverian wolverian marked this pull request as ready for review December 18, 2024 13:44
@wolverian wolverian requested a review from a team as a code owner December 18, 2024 13:44
fun LoggingEventBuilder.tryAddUser(): LoggingEventBuilder {
val userDetails = SecurityContextHolder.getContext().authentication?.principal as? CasUserDetails
if (userDetails == null) {
return this
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vai olisko parempi lokittaa "user": null?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tää on ihan hyvä kysymys. OpenTelemetry ei tue null-arvoja attribuuteille, se oli ehkä mielessä tässä, vaikka ei sitä käytetäkään (vielä).

@saku-koodari
Copy link
Contributor

Tällä tavalla meidän pitää jokaiselle taululle muista kirjoittaa oma event handler. Onko tähän olemassa mitään generisempää tapaa, että saatais samoja callbackkeja kutsuttua riippumatta taulusta?

@wolverian
Copy link
Contributor Author

Tällä tavalla meidän pitää jokaiselle taululle muista kirjoittaa oma event handler. Onko tähän olemassa mitään generisempää tapaa, että saatais samoja callbackkeja kutsuttua riippumatta taulusta?

Tämän voi kirjoittaa täysin geneerisesti, mutta tajusin nyt että tämä rajapinta toimii vain kun käyttää Springin generoituja repository-metodeja. YKIssä yliajamme saveAllin joten sen tallentamat objektit eivät tule tähän ollenkaan. Vaikuttaa siltä että on järkevämpää tehdä tämä auditlokitus esim. service-tasolla jossa voidaan itse tehdä lokituskutsut.

@wolverian wolverian marked this pull request as draft December 19, 2024 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants