Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: KMS MVP #2497

Merged
merged 9 commits into from
Oct 3, 2024
Merged

Conversation

scott-ray-wilson
Copy link
Contributor

@scott-ray-wilson scott-ray-wilson commented Sep 26, 2024

Description 📣

This PR adds the ability to create and manage KMS keys and perform cryptographic operations with them. The KMS currently only supports symmetric keys for encryption and decryption but additional key types and operations will be added in the future.

kms.mov

Type ✨

  • Bug fix
  • New feature
  • Breaking change
  • Documentation

Tests 🛠️

# Here's some code block to paste some code snippets

@scott-ray-wilson scott-ray-wilson changed the title Feaature: KMS MVP (DRAFT) Feature: KMS MVP Sep 26, 2024
docs/mint.json Outdated Show resolved Hide resolved
@scott-ray-wilson scott-ray-wilson changed the title (DRAFT) Feature: KMS MVP Feature: KMS MVP Oct 1, 2024
@scott-ray-wilson scott-ray-wilson marked this pull request as ready for review October 1, 2024 21:28
Copy link
Member

@akhilmhdh akhilmhdh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The base64 part i think we need better explanation. I find it really confusing what it was trying to do.

And i didn't understand that I had to click on decode base64.

Also should we make the encryption and decryption result as a SecretInput component. Because its kinda of sensitive data and should not be shown explicitly as text right? It should be more like a password kinda ux

backend/src/server/routes/v1/cmek-router.ts Show resolved Hide resolved
backend/src/ee/services/permission/project-permission.ts Outdated Show resolved Hide resolved
backend/src/server/routes/v1/cmek-router.ts Outdated Show resolved Hide resolved
backend/src/server/routes/v1/cmek-router.ts Outdated Show resolved Hide resolved
backend/src/server/routes/v1/index.ts Show resolved Hide resolved
backend/src/services/kms/kms-service.ts Outdated Show resolved Hide resolved
backend/src/services/kms/kms-service.ts Outdated Show resolved Hide resolved
backend/src/server/routes/v1/cmek-router.ts Outdated Show resolved Hide resolved
backend/src/server/routes/v1/cmek-router.ts Outdated Show resolved Hide resolved
backend/src/server/routes/v1/cmek-router.ts Outdated Show resolved Hide resolved
docs/documentation/platform/kms/infisical-kms.mdx Outdated Show resolved Hide resolved
docs/documentation/platform/kms/infisical-kms.mdx Outdated Show resolved Hide resolved
backend/src/services/kms/kms-service.ts Outdated Show resolved Hide resolved
docs/documentation/platform/kms-configuration/overview.mdx Outdated Show resolved Hide resolved
docs/documentation/platform/kms.mdx Outdated Show resolved Hide resolved
docs/documentation/platform/kms.mdx Outdated Show resolved Hide resolved
Copy link
Collaborator

@dangtony98 dangtony98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@scott-ray-wilson scott-ray-wilson merged commit 5da6c12 into Infisical:main Oct 3, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants