소스 검색

Always require client auth; client certs are optional anyway

Maciek Sakrejda 10 년 전
부모
커밋
26e3999739
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      integration.sh

+ 1 - 1
integration.sh

@@ -17,7 +17,7 @@ function run_tests() {
 	    "client_encryption_options.enabled: true"
 	    "client_encryption_options.keystore: $keypath/.keystore"
 	    "client_encryption_options.keystore_password: cassandra"
-	    "client_encryption_options.require_client_auth: ${REQ_CLIENT_AUTH:-true}"
+	    "client_encryption_options.require_client_auth: true"
 	    "client_encryption_options.truststore: $keypath/.truststore"
 	    "client_encryption_options.truststore_password: cassandra"
 	    "concurrent_reads: 2"