Fix typo in ClientAuthenticationFactory exception message

See gh-477.
This commit is contained in:
nurinamu
2020-09-21 17:09:22 +09:00
committed by Mark Paluch
parent 14cf14255c
commit 5a6ce777b3

View File

@@ -242,7 +242,7 @@ class ClientAuthenticationFactory {
}
throw new IllegalArgumentException(
"Cannot configure RoleId. Any of role-id, initial token, or initial toke and role name must be configured.");
"Cannot configure RoleId. Any of role-id, initial token, or initial token and role name must be configured.");
}
private static SecretId getSecretId(VaultProperties vaultProperties,