소스 검색

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}