Skip to content

Commit

Permalink
Merge pull request #12 from loft-sh/thomaskosiewski/eng-4537-fips-bui…
Browse files Browse the repository at this point in the history
…ld-of-vcluster-pro

Added FIPS feature name
  • Loading branch information
FabianKramm authored Sep 12, 2024
2 parents dc66391 + 264beae commit ad8af22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/licenseapi/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const (
VirtualClusterProDistroGenericSync FeatureName = "vcp-distro-generic-sync"
VirtualClusterProDistroTranslatePatches FeatureName = "vcp-distro-translate-patches"
VirtualClusterEnterprisePlugins FeatureName = "vcluster-enterprise-plugins"
VirtualClusterProDistroFips FeatureName = "vcp-distro-fips"

// Spaces & Clusters
ConnectedClusters FeatureName = "connected-clusters"
Expand Down Expand Up @@ -79,5 +80,6 @@ func GetVClusterFeatures() []FeatureName {
VirtualClusterProDistroGenericSync,
VirtualClusterProDistroTranslatePatches,
VirtualClusterEnterprisePlugins,
VirtualClusterProDistroFips,
}
}

0 comments on commit ad8af22

Please sign in to comment.