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

Separate Credentials for GerTranslateWebServer #28

Open
magula opened this issue Feb 7, 2023 · 0 comments
Open

Separate Credentials for GerTranslateWebServer #28

magula opened this issue Feb 7, 2023 · 0 comments

Comments

@magula
Copy link
Member

magula commented Feb 7, 2023

We should use different credentials for every team in GerTranslateWebServer in the future.

This could easily be done by using NGINX HTTP auth. Every path beginning with /[lan]/ would be protected by its own password file. Thus we should write a script to create

  1. a password file user_[lan] for each team (language) and
  2. an NGINX site that restricts access to /[lan]/ to the authentication with user_[lan].

GerTranslateWebServer is already designed with this in mind and therefore uses an appropriate scheme, but some changes may be necessary. It should be ensured that all teamleaders can still see the other teams' translations, so working together is not hindered between teams nor between the teamleaders of one team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant