import { useParams } from 'common' import Image from 'next/image' import { InlineLink } from '@/components/ui/InlineLink' import { BASE_PATH } from '@/lib/constants' export const RLSTesterPreview = () => { const { ref } = useParams() return (
Verify if your RLS policies have been set up properly by running queries as a specific user. While role impersonation isn't a new feature on the dashboard, we've built a dedicated UI for this which will also show what policies are evaluated for the query.
Enabling this preview will: