You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/integration/manifest.spec.yml
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -274,6 +274,10 @@ spec:
274
274
- title
275
275
- url
276
276
- type
277
+
fips_compatible:
278
+
type: boolean
279
+
description: Indicate if this package is capable of satisfying FIPS requirements. Set to false if it uses any input that cannot be configured to use FIPS cryptography.
280
+
default: true
277
281
icons:
278
282
description: List of icons for by this package.
279
283
type: array
@@ -481,6 +485,8 @@ spec:
481
485
$ref: "#/definitions/deployment_modes"
482
486
configuration_links:
483
487
$ref: "#/definitions/configuration_links"
488
+
fips_compatible:
489
+
$ref: "#/definitions/fips_compatible"
484
490
inputs:
485
491
description: List of inputs supported by policy template.
description: Indicate if this package is capable of satisfying FIPS requirements. Set to false if it uses any input that cannot be configured to use FIPS cryptography.
0 commit comments