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

Deployment should provide a more secure connection to database #77

Open
realolap opened this issue Jun 10, 2019 · 0 comments
Open

Deployment should provide a more secure connection to database #77

realolap opened this issue Jun 10, 2019 · 0 comments

Comments

@realolap
Copy link

The standard deployment creates a Azure MySql server with SSL off and a firewall rule of Allow 0.0.0.0
For the DB FW rule it might be a problem to provide the actual IPs of the WebApp at deployment time, but please use the setting "Allow all Azure services" instead of 0.0.0.0 - since this is much more restrictive, but will still allow access to the DB from the WebApp.
Regarding SSL - this seems to be a general Wordpress issue, there is no standard/parameter way of enabling SSL in the WP config to the DB? If it is possible, please make SSL default in this scenario and set the DB deployment parameter for SSL only. When hosting outside your private network, I think this is an important feature.
If for some obscure reason WP cannot support SSL to DB, then the deployement should use Azure spesific tools like delegation to a vnet to provide atleast a private network.

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

1 participant