|
@@ -26,6 +26,27 @@ import static org.hamcrest.Matchers.containsString;
|
|
|
import static org.hamcrest.Matchers.startsWith;
|
|
|
|
|
|
public class CliSecurityIT extends SqlSecurityTestCase {
|
|
|
+
|
|
|
+ @Override
|
|
|
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/76806")
|
|
|
+ public void testDescribeWorksAsFullAccess() {
|
|
|
+ }
|
|
|
+
|
|
|
+ @Override
|
|
|
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/76806")
|
|
|
+ public void testQuerySingleFieldGranted() {
|
|
|
+ }
|
|
|
+
|
|
|
+ @Override
|
|
|
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/76806")
|
|
|
+ public void testScrollWithSingleFieldExcepted() {
|
|
|
+ }
|
|
|
+
|
|
|
+ @Override
|
|
|
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/76806")
|
|
|
+ public void testQueryWorksAsAdmin() {
|
|
|
+ }
|
|
|
+
|
|
|
static SecurityConfig adminSecurityConfig() {
|
|
|
String keystoreLocation;
|
|
|
String keystorePassword;
|