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

Make auth_token_key and auth_cookie_key configurable #53

Closed
m-schieder opened this issue Sep 14, 2023 · 0 comments · Fixed by #54
Closed

Make auth_token_key and auth_cookie_key configurable #53

m-schieder opened this issue Sep 14, 2023 · 0 comments · Fixed by #54
Assignees

Comments

@m-schieder
Copy link
Member

It looks like the auth component from the autoupdate service uses auth_token_key and auth_cookie_key. However, these cannot be set via the ENV in the search-service.

It should be possible to set them in the same way as in the autoupdate-service.

AUTH_TOKEN_KEY_FILE: Key to sign the JWT auth tocken. The default is /run/secrets/auth_token_key.
AUTH_COOKIE_KEY_FILE: Key to sign the JWT auth cookie. The default is /run/secrets/auth_cookie_key.

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

Successfully merging a pull request may close this issue.

2 participants