diff --git a/x-pack/plugins/spaces/server/lib/check_license.ts b/x-pack/plugins/spaces/server/lib/check_license.ts index 6425bf3324044..15dea834d2f15 100644 --- a/x-pack/plugins/spaces/server/lib/check_license.ts +++ b/x-pack/plugins/spaces/server/lib/check_license.ts @@ -21,7 +21,13 @@ export function checkLicense(xPackInfo: any): LicenseCheckResult { }; } - const isAnyXpackLicense = xPackInfo.license.isOneOf(['basic', 'gold', 'platinum', 'trial']); + const isAnyXpackLicense = xPackInfo.license.isOneOf([ + 'basic', + 'standard', + 'gold', + 'platinum', + 'trial', + ]); if (!isAnyXpackLicense) { return {