You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think publickey can be null as we check in caller method Identity.isRPK().
But at SecurityCheck#checkRpkIdentity level the code is no so clean and securityInfo.getRawPublicKey() can be null.
So you're right, we could improve this.
I'm not sure about that because I have not worked with RPK, I found the possible issue while digging into the code, I might upload a patch once I have some time.
The SecurityCheck#checkRpkIdentity method could throw a
NullPointerException
whenpublicKey
is null and debug log level is enabled.The text was updated successfully, but these errors were encountered: