Skip to content

Commit fde9512

Browse files
sarankkfrankgh
andcommitted
Update server/src/main/java/org/apache/cassandra/sidecar/acl/authentication/JwtAuthenticationHandlerFactory.java
Co-authored-by: Francisco Guerrero <frank.guerrero@gmail.com>
1 parent fed9349 commit fde9512

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/main/java/org/apache/cassandra/sidecar/acl/authentication/JwtAuthenticationHandlerFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public void validatePrerequisites(SidecarConfiguration sidecarConfiguration) thr
7575
.isEnabled();
7676
if (!isSidecarSchemaEnabled)
7777
{
78-
throw new ConfigurationException("JWT auth requires sidecar schema to be enabled for role processing");
78+
throw new ConfigurationException("JwtAuthenticationHandlerFactory requires Sidecar schema to be enabled for role processing");
7979
}
8080
}
8181
}

0 commit comments

Comments
 (0)