RemiRigal / Plex-Auto-Languages

Automated language selection for Plex TV Shows !
MIT License
428 stars 16 forks source link

Don't log plex token #1

Closed 0dragosh closed 2 years ago

0dragosh commented 2 years ago

Upon launch, the app spits out the plex token in plain text. It would be great if it didn't do that, for obvious security reasons.

[INFO] Setting value of parameter PLEX_TOKEN to 'xxxxxxxxxxx' from environment variable

dphildebrandt commented 2 years ago

Would also be great if the docker supported the plex token as a docker secret.

RemiRigal commented 2 years ago

You are absolutely right, it needs to be fixed, thank you for opening an issue !

RemiRigal commented 2 years ago

Fixed by ae8725b and released in v1.0.2. The values of all parameters are no longer displayed.

RemiRigal commented 2 years ago

@dphildebrandt I just wanted to let you know that you can now use a Docker secret named plex_token to set the Plex Token. The feature is available from version v1.0.4.