<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Yogendra Sharma</title>
    <description>The latest articles on DEV Community by Yogendra Sharma (@yogendra_colrows).</description>
    <link>https://dev.to/yogendra_colrows</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3981553%2F1484002c-3a6b-4a54-806c-b538d687c2a9.png</url>
      <title>DEV Community: Yogendra Sharma</title>
      <link>https://dev.to/yogendra_colrows</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yogendra_colrows"/>
    <language>en</language>
    <item>
      <title>Fine-Grained Data Access Control: Precision &amp; Security</title>
      <dc:creator>Yogendra Sharma</dc:creator>
      <pubDate>Tue, 04 Aug 2026 14:59:57 +0000</pubDate>
      <link>https://dev.to/yogendra_colrows/fine-grained-data-access-control-precision-security-595g</link>
      <guid>https://dev.to/yogendra_colrows/fine-grained-data-access-control-precision-security-595g</guid>
      <description>&lt;p&gt;Most enterprises secure the dashboard and leave the query wide open.&lt;/p&gt;

&lt;p&gt;By the time your access filter fires, the data has already left the warehouse.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why tool-level controls don't travel
&lt;/h2&gt;

&lt;p&gt;Row and column rules bolted onto a BI tool protect exactly one surface. The moment an AI agent reaches the same warehouse through a different door — an MCP server, a notebook, a REST call — those rules don't come with it.&lt;/p&gt;

&lt;p&gt;So teams do what's available: duplicate datasets per audience, maintain parallel views, and accept that the copies drift.&lt;/p&gt;

&lt;h2&gt;
  
  
  Attach policy to meaning, not storage
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;Tool-level ACLs&lt;/th&gt;
&lt;th&gt;Compile-time predicates&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Attached to&lt;/td&gt;
&lt;td&gt;Reports, folders, views&lt;/td&gt;
&lt;td&gt;Entities, metrics, relationships&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Travels to new consumers&lt;/td&gt;
&lt;td&gt;No — re-implement per tool&lt;/td&gt;
&lt;td&gt;Yes — it's part of the concept&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Unauthorised request&lt;/td&gt;
&lt;td&gt;Filtered result&lt;/td&gt;
&lt;td&gt;Fails to compile&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Rows read&lt;/td&gt;
&lt;td&gt;Then hidden&lt;/td&gt;
&lt;td&gt;Never read&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Audit artefact&lt;/td&gt;
&lt;td&gt;Access log&lt;/td&gt;
&lt;td&gt;The SQL, with predicates inline&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The third row is the security boundary. "Filtered afterwards" means the query ran with full privileges and something downstream decided what you were allowed to see.&lt;/p&gt;

&lt;h2&gt;
  
  
  What precision looks like in practice
&lt;/h2&gt;

&lt;p&gt;RBAC gets you role membership. ABAC adds attributes — region, cost centre, clearance, purpose of use. Row and column predicates then narrow the actual result at compile time, per person, per question.&lt;/p&gt;

&lt;p&gt;One governed query path serves every persona and returns a different, correct slice to each. No shadow copies to reconcile, and no separate governance implementation per tool.&lt;/p&gt;

&lt;p&gt;That's the difference between preventing a breach and documenting one.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;The full breakdown&lt;/strong&gt; — the policy model, how RBAC and ABAC compose, and the predicate injection mechanics — is here:&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://colrows.com/blogs/fine-grained-data-access-control-precision-security/" rel="noopener noreferrer"&gt;Fine-Grained Data Access Control: Precision &amp;amp; Security&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://colrows.com/blogs/fine-grained-data-access-control-precision-security/" rel="noopener noreferrer"&gt;colrows.com/blogs/fine-grained-data-access-control-precision-security&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>security</category>
      <category>architecture</category>
      <category>dataengineering</category>
    </item>
  </channel>
</rss>
