فهرست منبع

Merge pull request #2675 from porter-dev/CUS-50/KMS-encryption-2

CUS-50 - Support KMS encryption on cluster creation
jusrhee 3 سال پیش
والد
کامیت
f5c47d16bd
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>
           .
         </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
           isRequired={true}
           checked={provisionConfirmed}