-
Notifications
You must be signed in to change notification settings - Fork 63
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
feat: Add session secret env var check #4709
Conversation
31338ce
to
1b2b0f6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 🙏
1b2b0f6
to
fde5fc5
Compare
The deployment to the dev cluster was successful. You can find the deployment here: https://4709.development.scrumlr.fra.ics.inovex.io Deployed Images
|
🐙 OctomindTest Report: 14/14 successful.
commit sha: db3e11d |
Add documentation for the
SESSION_SECRET
env var.Also add a check if the variable is set if an authentication provider is configured.
Add
SESSION_SECRET
to the docker compose.Description
Add the documentaion for the
SESSION_SECRET
environment variable.Also add a check if the
SESSION_SECRET
is set if an authentication provider is set.Changelog
Add documentation for the
SESSION_SECRET
env var.Add check if the variable is set if an authentication provider is configured.
Add
SESSION_SECRET
to the docker compose.Checklist