Fixed incorrect assert fail message in KubernetesAuthentication.
Original pull request: gh-459.
This commit is contained in:
committed by
Mark Paluch
parent
58715e9e7c
commit
fad74ded47
@@ -78,7 +78,7 @@ public class KubernetesAuthentication implements ClientAuthentication,
|
||||
public static AuthenticationSteps createAuthenticationSteps(
|
||||
KubernetesAuthenticationOptions options) {
|
||||
|
||||
Assert.notNull(options, "CubbyholeAuthenticationOptions must not be null");
|
||||
Assert.notNull(options, "KubernetesAuthenticationOptions must not be null");
|
||||
|
||||
String token = options.getJwtSupplier().get();
|
||||
return AuthenticationSteps.fromSupplier(
|
||||
|
||||
Reference in New Issue
Block a user