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

Murfey server still looks for security configuration file path from environment variable instead of machine configuration #397

Open
tieneupin opened this issue Nov 6, 2024 · 2 comments
Labels
bug Something isn't working server Relates to the server component

Comments

@tieneupin
Copy link
Contributor

When running murfey.server, it appears to not get the path to the security configuration from the machine configuration, even though a key for it has already been implemented. User authentication on the FastAPI web page fails when the security configuration environment variable is unset.

@tieneupin tieneupin added bug Something isn't working server Relates to the server component labels Nov 6, 2024
@d-j-hatton
Copy link
Contributor

That should be fixed but the environment variable should still be able to override the value set in the machine config

@tieneupin
Copy link
Contributor Author

OK, I'll fix it such that it looks for the OS variable followed by the machine config key before crashing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working server Relates to the server component
Projects
None yet
Development

No branches or pull requests

2 participants