secure

Apply RLS and CLS policies to control data access in Starlake pipelines.

209|30|Updated Sep 18, 2021
One-click install
npx skills add https://github.com/starlake-ai/starlake --skill secure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: secure
Source: https://github.com/starlake-ai/starlake/tree/main/.agent/skills/secure
Command: npx skills add https://github.com/starlake-ai/starlake --skill secure

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enforce data access controls by applying Row Level Security (RLS) and Column Level Security (CLS) policies within Starlake, preventing unauthorized data exposure.

Core Features & Use Cases

  • Apply RLS and CLS across tables to control who can see data and which columns are accessible.
  • Integrate security policy application with existing load and transform workflows to ensure consistent governance.
  • Support multi-tenant data environments by scoping policies to domains and tables.

Quick Start

Run the starlake secure with your target domains and tables to apply the policies.

Frequently Asked Questions about secure

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce row level security policies across my data pipelines?

To enforce row level security (RLS) across data pipelines, apply security policies to your target domains and tables using CLI options for access tokens and substitutions, preventing unauthorized data exposure.

What is the best way to manage column level security in a multi-tenant data environment?

Managing column level security (CLS) in a multi-tenant environment involves scoping policies to specific domains and tables, ensuring only authorized users can access restricted columns within your data governance workflows.

Can I integrate access control policies with my existing data transformation workflows?

Yes, you can integrate access control policy application with existing load and transform workflows to ensure consistent data governance and secure configurable policy application across your datasets.

Does applying data governance policies require scheduling and substitution configurations?

Applying data governance policies supports CLI options for scheduling and substitutions, allowing configurable and automated policy application across targeted tables and domains.

When do I need to scope security policies to specific domains and tables?

You need to scope security policies to specific domains and tables when operating multi-tenant data environments, ensuring access control rules precisely target the correct datasets without unauthorized exposure.