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

[frontend] Dev mode without password #6

Open
frodrigo opened this issue Jul 14, 2017 · 4 comments
Open

[frontend] Dev mode without password #6

frodrigo opened this issue Jul 14, 2017 · 4 comments
Assignees

Comments

@frodrigo
Copy link

I think we can easily make a frontend without password. cc @jocelynj
The items doesn't not need to be create in order to send it from the backend.

@jocelynj
Copy link

The issue with not using a password is that the database for frontend is osmose_frontend, which is not the same name than the user name. With default postgresql configuration, this requires to connect via localhost, and a password.

It might be possible to allow access through postgresql socket from user osmose to database osmose_frontend, but I don't know exactly how.

@frodrigo
Copy link
Author

I talk about upload result without password, not about db.

@jocelynj
Copy link

I don't see way to upload results without password, at least not without modifying frontend code or using some internal scripts.

@prhod
Copy link
Owner

prhod commented Jul 22, 2017

@frodrigo @jocelynj thank you for the review and the issues. I can't work on this for the moment, but I'll check it all next month.
For this issue, the actual workaround is too simple and limited, I'll try to find a better one.
Regards

@prhod prhod self-assigned this Aug 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants