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

Adding env_var APP_HOST cause of security #90

Closed
wants to merge 2 commits into from

Conversation

skriesch
Copy link

@skriesch skriesch commented Dec 1, 2016

I want to add APP_HOST, because you used % for the user access. That isn't secure. root should have access on localhost and the created MYSQL_USER should use the IP address of the application server. I added APP_HOST for that. I want to improve the security of the mariadb docker image with that.

Thanks!

skriesch and others added 2 commits December 1, 2016 12:58
I want to add APP_HOST, because you used % for the user access. That isn't secure. root should have access on localhost and the created MYSQL_USER should use the IP address of the application server. I added APP_HOST for that.
security change for localhost
@tianon
Copy link
Contributor

tianon commented Dec 6, 2016

This is actually being discussed over in docker-library/mysql#231 (and we'd like to see it updated in mysql first). 👍

@tianon
Copy link
Contributor

tianon commented Apr 6, 2017

Fixed via #102 🎈 ❤️

@tianon tianon closed this Apr 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants