improvements: cmek additions, normalization and remove kms key slug col

This commit is contained in:
Scott Wilson
2025-02-05 17:28:57 -08:00
parent 72f08a6b89
commit 598dea0dd3
17 changed files with 411 additions and 142 deletions

View File

@@ -0,0 +1,4 @@
---
title: "Get Key by ID"
openapi: "Get /api/v1/kms/keys/{keyId}"
---

View File

@@ -0,0 +1,4 @@
---
title: "Get Key by Name"
openapi: "Get /api/v1/kms/keys/key-name/{keyName}"
---