mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
improvements: address feedback, feature docs and cert validation with dns rebinding handling
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
---
|
||||
title: "Create"
|
||||
openapi: "POST /api/v1/app-connections/mssql"
|
||||
---
|
||||
---
|
||||
|
||||
<Note>
|
||||
Check out the configuration docs for [Microsoft SQL Server
|
||||
Connections](/integrations/app-connections/mssql) to learn how to obtain the
|
||||
required credentials.
|
||||
</Note>
|
||||
@@ -1,4 +1,10 @@
|
||||
---
|
||||
title: "Update"
|
||||
openapi: "PATCH /api/v1/app-connections/mssql/{connectionId}"
|
||||
---
|
||||
---
|
||||
|
||||
<Note>
|
||||
Check out the configuration docs for [Microsoft SQL Server
|
||||
Connections](/integrations/app-connections/mssql) to learn how to obtain the
|
||||
required credentials.
|
||||
</Note>
|
||||
@@ -1,4 +1,10 @@
|
||||
---
|
||||
title: "Create"
|
||||
openapi: "POST /api/v1/app-connections/postgres"
|
||||
---
|
||||
---
|
||||
|
||||
<Note>
|
||||
Check out the configuration docs for [PostgreSQL
|
||||
Connections](/integrations/app-connections/postgres) to learn how to obtain the
|
||||
required credentials.
|
||||
</Note>
|
||||
@@ -1,4 +1,10 @@
|
||||
---
|
||||
title: "Update"
|
||||
openapi: "PATCH /api/v1/app-connections/postgres/{connectionId}"
|
||||
---
|
||||
---
|
||||
|
||||
<Note>
|
||||
Check out the configuration docs for [PostgreSQL
|
||||
Connections](/integrations/app-connections/postgres) to learn how to obtain the
|
||||
required credentials.
|
||||
</Note>
|
||||
@@ -2,3 +2,9 @@
|
||||
title: "Create"
|
||||
openapi: "POST /api/v2/secret-rotations/mssql-credentials"
|
||||
---
|
||||
|
||||
<Note>
|
||||
Check out the configuration docs for [Microsoft SQL Server
|
||||
Credentials Rotations](/documentation/platform/secret-rotation/mssql) to learn how to obtain the
|
||||
required parameters.
|
||||
</Note>
|
||||
|
||||
@@ -2,3 +2,9 @@
|
||||
title: "Update"
|
||||
openapi: "PATCH /api/v2/secret-rotations/mssql-credentials/{rotationId}"
|
||||
---
|
||||
|
||||
<Note>
|
||||
Check out the configuration docs for [Microsoft SQL Server
|
||||
Credentials Rotations](/documentation/platform/secret-rotation/mssql) to learn how to obtain the
|
||||
required parameters.
|
||||
</Note>
|
||||
|
||||
@@ -2,3 +2,9 @@
|
||||
title: "Create"
|
||||
openapi: "POST /api/v2/secret-rotations/postgres-credentials"
|
||||
---
|
||||
|
||||
<Note>
|
||||
Check out the configuration docs for [PostgreSQL
|
||||
Credentials Rotations](/documentation/platform/secret-rotation/postgres) to learn how to obtain the
|
||||
required parameters.
|
||||
</Note>
|
||||
@@ -2,3 +2,9 @@
|
||||
title: "Update"
|
||||
openapi: "PATCH /api/v2/secret-rotations/postgres-credentials/{rotationId}"
|
||||
---
|
||||
|
||||
<Note>
|
||||
Check out the configuration docs for [PostgreSQL
|
||||
Credentials Rotations](/documentation/platform/secret-rotation/postgres) to learn how to obtain the
|
||||
required parameters.
|
||||
</Note>
|
||||
Reference in New Issue
Block a user