App Connections
Create a PostgreSQL Connection.
post/api/v1/app-connections/postgres
Request body
method'username-and-password' required
The method used to authenticate with PostgreSQL.
namestring required
The name of the PostgreSQL Connection to create. Must be slug-friendly.
descriptionstring nullable
An optional description for the PostgreSQL Connection.
projectIdstring
The ID of the project to create the PostgreSQL Connection in.
isPlatformManagedCredentialsboolean
Whether or not the PostgreSQL Connection credentials should be managed by Infisical. Once enabled this cannot be reversed.
gatewayIdstring uuid nullable
The Gateway ID to use for this connection.
gatewayPoolIdstring uuid nullable
The Gateway Pool ID to use for this connection.
isAutoRotationEnabledfalse
Not supported for PostgreSQL Connections.
rotation'null' nullable
Not supported for PostgreSQL Connections.
Response
Default Response