improvements: address feedback, feature docs and cert validation with dns rebinding handling

This commit is contained in:
Scott Wilson
2025-04-03 21:17:04 -07:00
parent 577c81be65
commit 715441908b
24 changed files with 708 additions and 306 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>