ocflib icon indicating copy to clipboard operation
ocflib copied to clipboard

Deprecate functions that use anonymous MySQL user

Open dkess opened this issue 6 years ago • 0 comments

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.

dkess avatar Mar 07 '19 23:03 dkess