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

Use no op security service when security is off #1705 #1706

Merged
merged 6 commits into from
Apr 5, 2024
Merged

Use no op security service when security is off #1705 #1706

merged 6 commits into from
Apr 5, 2024

Conversation

ebrard
Copy link
Contributor

@ebrard ebrard commented Apr 5, 2024

When security is not enabled, we inject a NoOp security service implementation, this means the username would not be looked up but the rest of the audit feature would still work. Fixes #1704

@ebrard ebrard marked this pull request as ready for review April 5, 2024 08:20
@tchiotludo tchiotludo merged commit 50705e6 into tchiotludo:dev Apr 5, 2024
4 checks passed
@ebrard ebrard deleted the fix/disable-audit branch April 5, 2024 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

AuditModule needs the SecurityService, which is not available with disabled security
3 participants