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

Komga doesn't log unauthenticated requests #1504

Closed
5 tasks done
rmanne opened this issue May 19, 2024 · 1 comment
Closed
5 tasks done

Komga doesn't log unauthenticated requests #1504

rmanne opened this issue May 19, 2024 · 1 comment
Labels

Comments

@rmanne
Copy link

rmanne commented May 19, 2024

Steps to reproduce

  1. Run komga with environment LOGGING_LEVEL_ORG_GOTSON_KOMGA = "DEBUG"; and SERVER_SERVLET_CONTEXT_PATH = "/komga";.
  2. curl 'http://127.0.0.1:25600/komga/opds/v1.2/books'

Expected behavior

There should be an AuthenticationActivity (/failed) event indicated through the logs.

Actual behavior

SessionCreatedEvent: f7990268-b474-4552-accb-11ef2ca6669e

There's no indication there was an authentication failure. SessionCreateEvent is the best you get, even with debug logs.

Logs

No response

Komga version

1.11.1

Operating system

NixOS

Installation method

jar

Other details

No response

Acknowledgements

  • I have searched the existing issues (open AND closed) and this is a new ticket, NOT a duplicate or related to another open issue.
  • I have written a short but informative title.
  • I have checked the FAQ.
  • I have updated the app to the latest version.
  • I will fill out all of the requested information in this form.
@rmanne rmanne added the triage label May 19, 2024
@gotson
Copy link
Owner

gotson commented May 27, 2024

there's no authentication happening, since nothing is passed

@gotson gotson closed this as not planned Won't fix, can't repro, duplicate, stale May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants