You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
It looks like the
auth
component from theautoupdate service
usesauth_token_key
andauth_cookie_key
. However, these cannot be set via theENV
in thesearch-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.The text was updated successfully, but these errors were encountered: