Skip to content

Commit

Permalink
[Beats CM] Add basic license type (elastic#26935)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattapperson committed Dec 12, 2018
1 parent 0680efa commit bb8ba90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/beats_management/common/constants/security.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

export const REQUIRED_ROLES = ['beats_admin'];
export const REQUIRED_LICENSES = ['standard', 'gold', 'trial', 'platinum'];
export const LICENSES = ['oss', 'standard', 'gold', 'trial', 'platinum'];
export type LicenseType = 'oss' | 'trial' | 'standard' | 'basic' | 'gold' | 'platinum';
export const LICENSES = ['oss', 'basic', 'standard', 'gold', 'trial', 'platinum'];
export type LicenseType = 'oss' | 'basic' | 'trial' | 'standard' | 'basic' | 'gold' | 'platinum';

0 comments on commit bb8ba90

Please sign in to comment.