8000 revoke · trenchantanalytics/postgres@2811962 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2811962

Browse files
committed
revoke
1 parent 14045e7 commit 2811962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/db/migrations/10000000000000_demote-postgres.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ GRANT ALL ON ALL ROUTINES IN SCHEMA auth TO postgres;
1515
GRANT ALL ON ALL ROUTINES IN SCHEMA storage TO postgres;
1616
GRANT ALL ON ALL ROUTINES IN SCHEMA extensions TO postgres;
1717
ALTER ROLE postgres CREATEDB CREATEROLE LOGIN BYPASSRLS;
18-
GRANT NOSUPERUSER to postgres;
18+
REVOKE rds_superuser from postgres;
1919
GRANT rds_replication to postgres;
2020
-- migrate:down

0 commit comments

Comments
 (0)
0