|
@@ -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}
|