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

Deprecate functions that use anonymous MySQL user #161

Open
dkess opened this issue Mar 7, 2019 · 0 comments
Open

Deprecate functions that use anonymous MySQL user #161

dkess opened this issue Mar 7, 2019 · 0 comments

Comments

@dkess
Copy link
Member

dkess commented Mar 7, 2019

We currently have an anonymous MySQL user, which is used in three places:

Having a globally accessible MySQL user is very bad for security, so we should investigate ways to change how these modules work to not rely on a user.

If a function is only used internally, we should put it behind a MySQL account with a password. If it needs to be accessible globally (I don't think any of these do), we would need to make an ocfweb API for it.

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