Fix spaces license check (#26270) (#26276)

## Summary

Allows the public spaces API to work with a gold license

Resolves https://github.com/elastic/kibana/issues/26271
This commit is contained in:
Larry Gregory 2018-11-27 14:29:30 -05:00 committed by GitHub
parent 4eaea129c0
commit 77f06b0b96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {