mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
improvements: address coderabbit
This commit is contained in:
@@ -17,7 +17,7 @@ description: "Learn how to automatically rotate PostgreSQL credentials."
|
||||
|
||||
-- second user
|
||||
CREATE USER infisical_user_2 WITH ENCRYPTED PASSWORD 'temporary_password';
|
||||
GRANT CONNECT ON DATABASE my_database TO infisical_role;
|
||||
GRANT CONNECT ON DATABASE my_database TO infisical_user_2;
|
||||
GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO infisical_user_2;
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user