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

Separate Application and Database with Firewall #1616

Closed
ClaireBozic opened this issue Mar 26, 2014 · 1 comment
Closed

Separate Application and Database with Firewall #1616

ClaireBozic opened this issue Mar 26, 2014 · 1 comment

Comments

@ClaireBozic
Copy link

Best practices dictate that the most secure setup for web-based applications associate with databases is to put the application outside the firewall and the database inside the firewall. This should be accommodated in the standard setup, similar to the flexibility provided to the file storage location. If not, the documentation should describe the steps to create this setup.

@seanh
Copy link
Contributor

seanh commented Mar 27, 2014

We usually set our sites up with CKAN on a frontend server, and PostgreSQL and Solr on a backend server that isn't directly exposed to the internet.

I don't think the docs should describe the exact steps to set this up, because everyone's setup will be different, but I think it would be worth adding a short "best practice" note to the docs saying that this is something people might want to consider.

I'm going to close this issue for now, but a pull request for the docs would be welcome, see http://docs.ckan.org/en/latest/contributing/documentation.html

@seanh seanh closed this as completed Mar 27, 2014
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

No branches or pull requests

2 participants