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

When using PyKMIP as a client to access the server, providing an incorrect account password to access the Discover Versions operation of the KMIP server will throw an exception. #657

Open
cglcl opened this issue Sep 23, 2021 · 0 comments

Comments

@cglcl
Copy link

cglcl commented Sep 23, 2021

Hi. When the account password is invalid, when accessing the Discover Versions operation of the KMIP server, the response_payload of the batch_item of the response returned is None, but the _process_discover_versions_batch_item does not judge the None of the response_payload, resulting in an exception.
image
image
I think that the processing corresponding to other operations is the processing with response_payload as None. Why is there no Discover Versions? What kind of consideration is it based on?
image

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

No branches or pull requests

1 participant