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

fix: Invalid "invalid encryption kms configuration" error (backport #3854) #3891

Merged
merged 4 commits into from
Jun 7, 2023

Commits on Jun 6, 2023

  1. rbd: add check for EncryptionTypeNone

    this commit adds the validation for encryption
    value as false, and sets the type as none
    
    Signed-off-by: riya-singhal31 <rsinghal@redhat.com>
    (cherry picked from commit 38f5e86)
    riya-singhal31 authored and mergify[bot] committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    7470ee6 View commit details
    Browse the repository at this point in the history
  2. rbd: remove context where its not being used

    Signed-off-by: riya-singhal31 <rsinghal@redhat.com>
    (cherry picked from commit 347b4d2)
    riya-singhal31 authored and mergify[bot] committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    2eaf2d6 View commit details
    Browse the repository at this point in the history
  3. rbd: add e2e for encryption as false

    Signed-off-by: riya-singhal31 <rsinghal@redhat.com>
    (cherry picked from commit e92edd0)
    riya-singhal31 authored and mergify[bot] committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    721c254 View commit details
    Browse the repository at this point in the history
  4. rbd: add unit test for ParseEncryptionOpts

    Signed-off-by: riya-singhal31 <rsinghal@redhat.com>
    (cherry picked from commit b5e68c8)
    riya-singhal31 authored and mergify[bot] committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    d11cca1 View commit details
    Browse the repository at this point in the history