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