Access Control List (ACL)
The Access Control List (ACL) is a PostgreSQL table which stores all private and admin user accounts.
Give the necessary roles to the PostgreSQL account defined in the environment settings the backend will generate a new ACL table from this schema.
XYZ security and strategy which depend on this ACL table schema will be discussed in detail in the infrastructure section of this documentation.
The connection details for the ACL must be provided in the Access Control Environment Settings.
Last updated