mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
feature: add suport for project scoped app connections
This commit is contained in:
@@ -60,7 +60,7 @@ Infisical supports connecting to PostgreSQL using a database role.
|
||||
|
||||
<Tabs>
|
||||
<Tab title="Infisical UI">
|
||||
1. Navigate to the App Connections tab on the Organization Settings page.
|
||||
1. Navigate to the **App Connections** page in the desired project.
|
||||

|
||||
|
||||
2. Select the **PostgreSQL Connection** option.
|
||||
@@ -95,6 +95,7 @@ Infisical supports connecting to PostgreSQL using a database role.
|
||||
"name": "my-pg-connection",
|
||||
"method": "username-and-password",
|
||||
"isPlatformManagedCredentials": true,
|
||||
"projectId": "7ffbb072-2575-495a-b5b0-127f88caef78",
|
||||
"credentials": {
|
||||
"host": "123.4.5.6",
|
||||
"port": 5432,
|
||||
@@ -114,6 +115,7 @@ Infisical supports connecting to PostgreSQL using a database role.
|
||||
"appConnection": {
|
||||
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
|
||||
"name": "my-pg-connection",
|
||||
"projectId": "7ffbb072-2575-495a-b5b0-127f88caef78",
|
||||
"version": 1,
|
||||
"orgId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
|
||||
"createdAt": "2023-11-07T05:31:56Z",
|
||||
|
||||
Reference in New Issue
Block a user