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

Use swagger api for Add KMS Key #3202

Merged
merged 2 commits into from
Jan 19, 2024

Conversation

cesnietor
Copy link
Collaborator

Updates AddKeyForm.tsx to add KMS Key.

Test Steps:

  1. Enable encryption like:
export MINIO_KMS_KES_ENDPOINT=https://play.min.io:7373                                                     
export MINIO_KMS_KES_KEY_FILE=root.key
export MINIO_KMS_KES_CERT_FILE=root.cert
export MINIO_KMS_KES_KEY_NAME=my-minio-sse-kms-key
  1. Run minio
  2. In UI go to Administration/Encryption
  3. Click on Create Key
  4. Type a new key and click on save
  5. New key should be added and listed

Copy link
Member

@prakashsvmx prakashsvmx left a comment

Choose a reason for hiding this comment

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

Tested. LGTM ,

Not related to this PR,
search with pattern needs to be checked in mc may be as it does not seem to work.

@dvaldivia dvaldivia merged commit d9f945b into minio:master Jan 19, 2024
29 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.

4 participants