Fix test failure due to missing client action

This commit is contained in:
Yang Wang 2020-10-07 00:45:30 +11:00
parent a8dbab23a5
commit bbfa2f1303
1 changed files with 2 additions and 0 deletions

View File

@ -202,6 +202,7 @@ import org.elasticsearch.xpack.core.searchablesnapshots.SearchableSnapshotFeatur
import org.elasticsearch.xpack.core.security.SecurityFeatureSetUsage; import org.elasticsearch.xpack.core.security.SecurityFeatureSetUsage;
import org.elasticsearch.xpack.core.security.SecurityField; import org.elasticsearch.xpack.core.security.SecurityField;
import org.elasticsearch.xpack.core.security.SecuritySettings; import org.elasticsearch.xpack.core.security.SecuritySettings;
import org.elasticsearch.xpack.core.security.action.ClearSecurityCacheAction;
import org.elasticsearch.xpack.core.security.action.CreateApiKeyAction; import org.elasticsearch.xpack.core.security.action.CreateApiKeyAction;
import org.elasticsearch.xpack.core.security.action.GetApiKeyAction; import org.elasticsearch.xpack.core.security.action.GetApiKeyAction;
import org.elasticsearch.xpack.core.security.action.InvalidateApiKeyAction; import org.elasticsearch.xpack.core.security.action.InvalidateApiKeyAction;
@ -405,6 +406,7 @@ public class XPackClientPlugin extends Plugin implements ActionPlugin, NetworkPl
// security // security
ClearRealmCacheAction.INSTANCE, ClearRealmCacheAction.INSTANCE,
ClearRolesCacheAction.INSTANCE, ClearRolesCacheAction.INSTANCE,
ClearSecurityCacheAction.INSTANCE,
GetUsersAction.INSTANCE, GetUsersAction.INSTANCE,
PutUserAction.INSTANCE, PutUserAction.INSTANCE,
DeleteUserAction.INSTANCE, DeleteUserAction.INSTANCE,