Fix test failure due to missing client action
This commit is contained in:
parent
a8dbab23a5
commit
bbfa2f1303
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue