Skip to content

Commit

Permalink
Merge pull request #13 from loft-sh/thomaskosiewski/fips-license-new
Browse files Browse the repository at this point in the history
Added FIPS license feature to vCluster Pro
  • Loading branch information
FabianKramm authored Sep 16, 2024
2 parents ad8af22 + 4ba85ab commit 7abb79f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/licenseapi/license_new.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ func New(product ProductName) *License {
Name: string(VirtualClusterProDistroTranslatePatches),
Status: virtualClusterStatus,
},
{
DisplayName: "FIPS",
Name: string(VirtualClusterProDistroFips),
Status: virtualClusterStatus,
},
},
},
{
Expand Down

0 comments on commit 7abb79f

Please sign in to comment.