Dallinger / Dallinger/Dallinger
postgres security defaults on ubuntu linux prevent database access by default
Open
@cguardia is already working on this.
Since Aug 4, 2017.
bug
reviewing
- Dominant language
- Python
- Stars
- 123
- Forks
- 44
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 6
Description
On Ubuntu linux, the default postgres security configuration sets most access modes to "md5" or something else, rather than "trust" in all cases like OSX, which currently prevents use of the database until manually fixed. The fix might wither involve instructions to fix these settings during installation of dallinger, or adopting a more secure access mode for all platforms, perhaps specifying a password for the database/user in the config.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.