mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Complete preliminary ssh host group feature
This commit is contained in:
4
docs/api-reference/endpoints/ssh/groups/add-host.mdx
Normal file
4
docs/api-reference/endpoints/ssh/groups/add-host.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Add Host"
|
||||
openapi: "POST /api/v1/ssh/host-groups/{sshHostGroupId}/hosts"
|
||||
---
|
||||
4
docs/api-reference/endpoints/ssh/groups/create.mdx
Normal file
4
docs/api-reference/endpoints/ssh/groups/create.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Create"
|
||||
openapi: "POST /api/v1/ssh/host-groups"
|
||||
---
|
||||
4
docs/api-reference/endpoints/ssh/groups/delete.mdx
Normal file
4
docs/api-reference/endpoints/ssh/groups/delete.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Delete"
|
||||
openapi: "DELETE /api/v1/ssh/host-groups/{sshHostGroupId}"
|
||||
---
|
||||
4
docs/api-reference/endpoints/ssh/groups/list-hosts.mdx
Normal file
4
docs/api-reference/endpoints/ssh/groups/list-hosts.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "List Hosts"
|
||||
openapi: "GET /api/v1/ssh/host-groups/{sshHostGroupId}/hosts"
|
||||
---
|
||||
4
docs/api-reference/endpoints/ssh/groups/list.mdx
Normal file
4
docs/api-reference/endpoints/ssh/groups/list.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "List"
|
||||
openapi: "GET /api/v2/workspace/{projectId}/ssh-host-groups"
|
||||
---
|
||||
4
docs/api-reference/endpoints/ssh/groups/read.mdx
Normal file
4
docs/api-reference/endpoints/ssh/groups/read.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Retrieve"
|
||||
openapi: "GET /api/v1/ssh/host-groups/{sshHostGroupId}"
|
||||
---
|
||||
4
docs/api-reference/endpoints/ssh/groups/remove-host.mdx
Normal file
4
docs/api-reference/endpoints/ssh/groups/remove-host.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Remove Host"
|
||||
openapi: "DELETE /api/v1/ssh/host-groups/{sshHostGroupId}/hosts/{sshHostId}"
|
||||
---
|
||||
4
docs/api-reference/endpoints/ssh/groups/update.mdx
Normal file
4
docs/api-reference/endpoints/ssh/groups/update.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Update"
|
||||
openapi: "PATCH /api/v1/ssh/host-groups/{sshHostGroupId}"
|
||||
---
|
||||
4
docs/api-reference/endpoints/ssh/hosts/create.mdx
Normal file
4
docs/api-reference/endpoints/ssh/hosts/create.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Create"
|
||||
openapi: "POST /api/v1/ssh/hosts"
|
||||
---
|
||||
4
docs/api-reference/endpoints/ssh/hosts/delete.mdx
Normal file
4
docs/api-reference/endpoints/ssh/hosts/delete.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Delete"
|
||||
openapi: "DELETE /api/v1/ssh/hosts/{sshHostId}"
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Issue Host Certificate"
|
||||
openapi: "POST /api/v1/ssh/hosts/{sshHostId}/issue-host-cert"
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Issue User Certificate"
|
||||
openapi: "POST /api/v1/ssh/hosts/{sshHostId}/issue-user-cert"
|
||||
---
|
||||
4
docs/api-reference/endpoints/ssh/hosts/list-my.mdx
Normal file
4
docs/api-reference/endpoints/ssh/hosts/list-my.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "List My Hosts"
|
||||
openapi: "GET /api/v1/ssh/hosts/"
|
||||
---
|
||||
4
docs/api-reference/endpoints/ssh/hosts/list.mdx
Normal file
4
docs/api-reference/endpoints/ssh/hosts/list.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "List"
|
||||
openapi: "GET /api/v2/workspace/{projectId}/ssh-hosts"
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Read Host CA Public Key"
|
||||
openapi: "GET /api/v1/ssh/hosts/{sshHostId}/host-ca-public-key"
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Read User CA Public Key"
|
||||
openapi: "GET /api/v1/ssh/hosts/{sshHostId}/user-ca-public-key"
|
||||
---
|
||||
4
docs/api-reference/endpoints/ssh/hosts/read.mdx
Normal file
4
docs/api-reference/endpoints/ssh/hosts/read.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Retrieve"
|
||||
openapi: "GET /api/v1/ssh/hosts/{sshHostId}"
|
||||
---
|
||||
4
docs/api-reference/endpoints/ssh/hosts/update.mdx
Normal file
4
docs/api-reference/endpoints/ssh/hosts/update.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Update"
|
||||
openapi: "PATCH /api/v1/ssh/hosts/{sshHostId}"
|
||||
---
|
||||
Reference in New Issue
Block a user