Fixed incorrect assert fail message in KubernetesAuthentication.
Original pull request: gh-459.
This commit is contained in:
committed by
Mark Paluch
parent
e3960509ef
commit
e7ad81a78f
@@ -78,7 +78,7 @@ public class KubernetesAuthentication
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user