-
Notifications
You must be signed in to change notification settings - Fork 977
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
Feature: KMS MVP #2497
Conversation
6c4e8a9
to
f6d45af
Compare
There was a problem hiding this 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
...c/views/Project/RolePage/components/RolePermissionsSection/ProjectRoleModifySection.utils.ts
Outdated
Show resolved
Hide resolved
f93c53e
to
cf5c886
Compare
backend/src/db/migrations/20240924172713_add-kms-key-project-id.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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 ✨
Tests 🛠️
# Here's some code block to paste some code snippets