Mon, 2015-10-19 07:19geoff_montee_g
My last row-level security blog post got a few questions, so I decided that it would be good to follow up with more detail. The last blog post described some basic information about row-level security, but row-level security policies are highly dependent on an application's or organization's security requirements. In this blog post, I'm going to walk through an example row-level security implementation in MariaDB 10.0 in a little more detail.
In this blog post, I'll do the following:
- Describe a fictional application.
- Outline a set of row-level security requirements for the application.
- Show how to meet the security requirements by securing the relevant parts of the application's schema.
The Application
In this example, my fictional …
[Read more]