@@ -548,6 +556,32 @@ const Encryption = ({ classes }: IEncryptionProps) => {
min="0"
/>
+
+ ) => {
+ updateField("kesSecurityContext", {
+ ...kesSecurityContext,
+ fsGroupChangePolicy: e.target.value,
+ });
+ }}
+ options={[
+ {
+ label: "Always",
+ value: "Always",
+ },
+ {
+ label: "OnRootMismatch",
+ value: "OnRootMismatch",
+ },
+ ]}
+ />
+