-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-19249 : Getting NullPointerException when the unauthorised user tries to perform the key operation #6984
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
HADOOP-19249 : Getting NullPointerException when the unauthorised user tries to perform the key operation #6984
Conversation
…r tries to perform the key operation
This comment was marked as outdated.
This comment was marked as outdated.
steveloughran
left a comment
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.
need to switch to the commons lang version, as it is broadly used across all client deployments
now, can you add a test for this?
...-project/hadoop-common/src/main/java/org/apache/hadoop/crypto/key/kms/KMSClientProvider.java
Outdated
Show resolved
Hide resolved
…r tries to perform the key operation
This comment was marked as outdated.
This comment was marked as outdated.
steveloughran
left a comment
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.
+1 pending the import reorder
...-project/hadoop-common/src/main/java/org/apache/hadoop/crypto/key/kms/KMSClientProvider.java
Outdated
Show resolved
Hide resolved
|
💔 -1 overall
This message was automatically generated. |
KMSClientProvider raises a NullPointerException when an unauthorised user tries to perform the key operation Contributed by Dhaval Shah
KMSClientProvider raises a NullPointerException when an unauthorised user tries to perform the key operation Contributed by Dhaval Shah
…#6984) KMSClientProvider raises a NullPointerException when an unauthorised user tries to perform the key operation Contributed by Dhaval Shah
…#6984) KMSClientProvider raises a NullPointerException when an unauthorised user tries to perform the key operation Contributed by Dhaval Shah
…r tries to perform the key operation
Description of PR
How was this patch tested?
For code changes:
LICENSE,LICENSE-binary,NOTICE-binaryfiles?