ソースを参照

Merge branch 'master' into staging

Stefan McShane 3 年 前
コミット
59d788b97d
1 ファイル変更0 行追加9 行削除
  1. 0 9
      dashboard/src/main/home/provisioner/AWSFormSection.tsx

+ 0 - 9
dashboard/src/main/home/provisioner/AWSFormSection.tsx

@@ -397,15 +397,6 @@ const AWSFormSectionFC: React.FC<PropsType> = (props) => {
           </Highlight>
           </Highlight>
           .
           .
         </Helper>
         </Helper>
-        <CheckboxRow
-          isRequired={false}
-          checked={kmsEncryptionEnabled}
-          toggle={() => {
-            setIsFormDirty(true);
-            setKmsEncryptionEnabled(!kmsEncryptionEnabled);
-          }}
-          label="Enable KMS encryption of secrets in kubernetes cluster. This will incur costs according to KMS pricing in your region. A KMS Key will be created for you."
-        />
         <CheckboxRow
         <CheckboxRow
           isRequired={true}
           isRequired={true}
           checked={provisionConfirmed}
           checked={provisionConfirmed}