-
Notifications
You must be signed in to change notification settings - Fork 1
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
BUG 2246388: fix: Invalid "invalid encryption kms configuration" error #201
Conversation
this commit adds the validation for encryption value as false, and sets the type as none Signed-off-by: riya-singhal31 <rsinghal@redhat.com>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: riya-singhal31 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: riya-singhal31 <rsinghal@redhat.com>
@riya-singhal31 can you update the comment to include a link to the upstream PR? |
Sure, updated! |
Thanks @riya-singhal31! Can you explain why the upstream PR has 4 commits, but this one just 2? |
/retitle BUG 2246388: fix: Invalid "invalid encryption kms configuration" error There is no need to have the full contents of the BZ subject |
@riya-singhal31: This pull request references Bugzilla bug 2246388, which is valid. 2 validation(s) were run on this bug
Requesting review from QA contact: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@openshift-ci[bot]: GitHub didn't allow me to request PR reviews from the following users: keesturam. Note that only red-hat-storage members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@nixpanic: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@riya-singhal31: An error was encountered removing this pull request from the external tracker bugs for bug 2246388 on the Bugzilla server at https://bugzilla.redhat.com. No known errors were detected, please see the full error message for details. Full error message.
response code 400 not 200
Please contact an administrator to resolve this issue, then request a bug refresh with In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
this commit adds the validation for encryption
value as false, and sets the type as none
Backported PR for, ceph#3854
https://bugzilla.redhat.com/show_bug.cgi?id=2246388
Signed-off-by: riya-singhal31 rsinghal@redhat.com