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

improve the pg_hba.conf whitelist hosts documentation #784

Open
paolantoni opened this issue May 29, 2019 · 0 comments
Open

improve the pg_hba.conf whitelist hosts documentation #784

paolantoni opened this issue May 29, 2019 · 0 comments
Labels

Comments

@paolantoni
Copy link

pg_hba.conf documentation may cause the failure of playbook RUNNING HANDLER [azavea.postgresql : Restart PostgreSQL] because the production.example file shows:

postgresql_hba_mapping:

- { type: "host", database: "all", user: "all", address: "{{ app_server_ip }}", method: "md5" }

- { type: "host", database: "all", user: "all", address: "{{ celery_server_ip }}", method: "md5" }

the subnet mask (mandatory) is not documented. Please update considering the subnet mask like here:

  • { type: "host", database: "all", user: "all", address: "#.#.#.#/#", method: "md5" }
@rmartz rmartz added the bug label Jul 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants