Skip to content

Commit

Permalink
Allow authenticated users to read aws_link_endpoints (#1816)
Browse files Browse the repository at this point in the history
* Soon the UI will need to render this column

* Moving over to the proper directory
  • Loading branch information
travjenkins authored Jan 3, 2025
1 parent e3b5a5e commit 44dc0db
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
-- Allows new column to be read by users so the UI can render
-- this in the Admin section of the dashboard

begin;

GRANT SELECT(aws_link_endpoints) ON TABLE public.data_planes TO authenticated;

commit;

0 comments on commit 44dc0db

Please sign in to comment.