Skip to content

Commit

Permalink
Merge pull request #1470 from saschagrunert/image-policy
Browse files Browse the repository at this point in the history
Add `SigstoreImageVerification` feature gate
  • Loading branch information
openshift-merge-robot authored May 25, 2023
2 parents 75b5a44 + 83c90e8 commit 8405973
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/v1/feature_gates.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,14 @@ var (
ResponsiblePerson: "miciah",
OwningProduct: ocpSpecific,
}

FeatureGateSigstoreImageVerification = FeatureGateName("SigstoreImageVerification")
sigstoreImageVerification = FeatureGateDescription{
FeatureGateAttributes: FeatureGateAttributes{
Name: FeatureGateSigstoreImageVerification,
},
OwningJiraComponent: "node",
ResponsiblePerson: "sgrunert",
OwningProduct: ocpSpecific,
}
)
1 change: 1 addition & 0 deletions config/v1/types_feature.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
with(gateGatewayAPI).
with(maxUnavailableStatefulSet).
with(privateHostedZoneAWS).
with(sigstoreImageVerification).
toFeatures(defaultFeatures),
LatencySensitive: newDefaultFeatures().
toFeatures(defaultFeatures),
Expand Down

0 comments on commit 8405973

Please sign in to comment.