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

Reads in webserver secret_key at runtime #512

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

frankcash
Copy link

@frankcash frankcash commented Mar 6, 2020

Description of PR

Generate the webserver secret_key in the entrypoint.sh

This will be helpful if people run in a multi tenant mode with auth.

Previously if you had multiple instances running with auth and didn't change the secret (i.e. you forgot to or didn't realize you needed to) you would be able to jump from cluster to cluster because the session would be valid once authorized for the first time.

Previous Behavior

in section webserver secret_key defaults to temporary_key

Current Behavior

secret_key is uniquely generated at run time

Screen Shot 2020-03-06 at 1 04 38 PM

@frankcash
Copy link
Author

@puckel

@frankcash
Copy link
Author

👋

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 this pull request may close these issues.

None yet

1 participant