This repository was archived by the owner on Jan 28, 2021. It is now read-only.
This repository was archived by the owner on Jan 28, 2021. It is now read-only.
Define a simple interface to be able to implement authentication and authorization. #469
Closed
Description
Right now we just should able to implement a basic MySQL auth implementation, with users and passwords on a config file, but that interface must be prepared to do integrations in the future with LDAP, and Kerberos.
Also, audit logs showing who is executing which query should be taken in mind too.