iteratec / kcwarden

Keycloak Configuration Auditor
https://iteratec.github.io/kcwarden/
Apache License 2.0
11 stars 0 forks source link

Refactoring: Auto-import auditors #43

Closed twwd closed 3 weeks ago

twwd commented 4 weeks ago

Use automatic importing for collecting built-in auditors and monitors. Therefore, monitors are moved into separate packages per entity.

In addition, I've got rid of the class attributes for the Keycloak objects that are used as instance attributes.

Closes #25