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;
|
||||
```
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@ Infisical supports connecting to Microsoft SQL Server using database principals.
|
||||

|
||||
</Tab>
|
||||
<Tab title="API">
|
||||
To create a Microsoft SQL Server Connection, make an API request to the [Create PostreSQL
|
||||
To create a Microsoft SQL Server Connection, make an API request to the [Create Microsoft SQL Server
|
||||
Connection](/api-reference/endpoints/app-connections/mssql/create) API endpoint.
|
||||
|
||||
<Note>
|
||||
|
||||
Reference in New Issue
Block a user