We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6563d commit 874b517Copy full SHA for 874b517
spring-vault-core/src/main/java/org/springframework/vault/authentication/AppRoleAuthentication.java
@@ -280,7 +280,7 @@ private String getSecretId(SecretId secretId) throws VaultLoginException {
280
return (String) response.getRequiredData().get("secret_id");
281
}
282
catch (HttpStatusCodeException e) {
283
- throw new VaultLoginException("Cannot unwrap Role id using AppRole: %s"
+ throw new VaultLoginException("Cannot unwrap Secret id using AppRole: %s"
284
.formatted(VaultResponses.getError(e.getResponseBodyAsString())), e);
285
286
0 commit comments