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

Fix SSHCHAT_TIMESTAMP env variables #392

Merged
merged 3 commits into from
May 2, 2021
Merged

Conversation

voldyman
Copy link
Contributor

@voldyman voldyman commented May 2, 2021

We were trying to set config based on environment variables before the user was registered in the host. This changes fixes it by moves the configuration step.

I liked the feature so i put a test on it.

Akshay added 3 commits May 1, 2021 09:41
The env vars were beign parsed and set to the host
before the user was even added to the host and
hence ignored. This change moves the env var parsing
to after initializing the user.

TODO: tests, completeness+reliability
@shazow shazow merged commit e1e5343 into shazow:master May 2, 2021
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.

2 participants