sarankk commented on code in PR #145:
URL: https://github.com/apache/cassandra-sidecar/pull/145#discussion_r1833454961
##########
server/src/test/integration/org/apache/cassandra/sidecar/testing/IntegrationTestModule.java:
##########
@@ -47,13 +58,26 @@
*/
public class IntegrationTestModule extends AbstractModule
{
+ public static final String ADMIN_IDENTITY =
"spiffe://cassandra/sidecar/admin";
Review Comment:
It is declared once in `IntegrationTestModule` and once in
`MutualTlsAuthenticationHandlerTest`. Since both are different packages,
integration test and unit test, there is no repetition.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]