Browse Source

Enable various security YAML tests (MP-1792)

This unmutes a number of security-related YAML tests that correctly
function now that we have merged the following PRs

- MP-1752
- MP-1755
- MP-1764 
- MP-1771
- MP-1772
- MP-1775
- MP-1782
Tim Vernum 11 months ago
parent
commit
813c1bde3f

+ 9 - 14
x-pack/qa/multi-project/xpack-rest-tests-with-multiple-projects/build.gradle

@@ -25,9 +25,7 @@ tasks.named("yamlRestTest").configure {
     /* These tests don't work on multi-project yet - we need to go through each of them and make them work */
     'aggregate-metrics/*/*',
     'analytics/*/*',
-    'api_key/*/*',
     'async_search/*/*',
-    'authenticate/*/*',
     'change_password/*/*',
     'constant_keyword/*/*',
     'counted_keyword/*/*',
@@ -100,24 +98,21 @@ tasks.named("yamlRestTest").configure {
     'ml/update_trained_model_deployment/*',
     'ml/upgrade_job_snapshot/*',
     'monitoring/bulk/*/*',
-    'privileges/10_basic/*',
-    'privileges/20_has_application_privs/*',
-    'privileges/30_superuser/*',
-    'privileges/40_get_user_privs/*',
     'profiling/*/*',
     'redact/*/*',
     'role_mapping/*/*',
-    'roles/10_basic/*',
-    'roles/11_idx_arrays/*',
-    'roles/40_global_privileges/*',
-    'roles/50_remote_only/*',
-    'roles/60_bulk_roles/*',
     'rollup/*/*',
     'search-business-rules/*/*',
     'searchable_snapshots/*/*',
-    'security/authz/*/*',
-    'security/authz/14_cat_indices/Test explicit request while multiple opened/closed authorized indices',
-    'security/authz_api_keys/*/*',
+    'security/authz/12_index_alias/*',
+    'security/authz/14_cat_indices/*',
+    'security/authz/14_cat_indices/*/*',
+    'security/authz/30_dynamic_put_mapping/*',
+    'security/authz/31_rollover_using_alias/*',
+    'security/authz/50_data_streams/*',
+    'security/authz/51_data_stream_aliases/*',
+    'security/authz/60_resolve_index/*',
+    'security/authz/80_downsample/*',
     'security/hidden-index/*/*',
     'security/settings/*/*',
     'service_accounts/*/*',