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

Jitsi logs user-identifiable JWT token #740

Closed
mfts opened this issue Sep 15, 2020 · 2 comments
Closed

Jitsi logs user-identifiable JWT token #740

mfts opened this issue Sep 15, 2020 · 2 comments

Comments

@mfts
Copy link

mfts commented Sep 15, 2020

Description:

I have noticed that Jitsi logs the room name and the JWT token if that authentication method is chosen. It would be possible to impersonate a user if someone else can get access to this information. I would like to remove it altogether from my logs.

Is there a way to remove the logging of this sensitive information?

2020-09-15 10:57:32 | 172.20.0.1 - - [15/Sep/2020:09:57:32 +0200] "POST /http-bind?room=<ROOM NAME HERE>&token=<TOKEN HERE> HTTP/1.0" 200 318 "-" "Jitsi%20Meet/4 CFNetwork/1128.0.1 Darwin/19.6.0"

Steps to reproduce:

Regular Jitsi Meet Docker instance
These are the logs of the web container. I'm sure there are similar logs in the Jitsi Meet from source.

Server information:

  • Jitsi Meet version: stable-4857
  • Operating System: Debian10

Additional information:

@saghul
Copy link
Member

saghul commented Sep 15, 2020

I think this would help: #434

@mfts
Copy link
Author

mfts commented Sep 16, 2020

Yes that'll do it, thanks! That PR would be a great addition to the flexibility of the docker setup.

For now, I've configured it manually for my needs and I will close this issue.

@mfts mfts closed this as completed Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants