Skip to content

Commit fa429f7

Browse files
committed
Disabled transit encryption
1 parent 443308c commit fa429f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/e2e/resources/replicationgroup_authtoken.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
cacheNodeType: cache.t3.micro
1010
numNodeGroups: 1
1111
replicasPerNodeGroup: 0
12-
transitEncryptionEnabled: true
12+
transitEncryptionEnabled: false
1313
cacheSubnetGroupName: default
1414
authToken:
1515
namespace: default

test/e2e/resources/replicationgroup_input_coverage.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: ReplicationGroup
33
metadata:
44
name: $RG_ID
55
spec:
6-
atRestEncryptionEnabled: true
6+
atRestEncryptionEnabled: false
77
autoMinorVersionUpgrade: true
88
automaticFailoverEnabled: true
99
cacheNodeType: cache.t3.small
@@ -43,7 +43,7 @@ spec:
4343
value: elasticache
4444
- key: region
4545
value: us-west-2
46-
transitEncryptionEnabled: true
46+
transitEncryptionEnabled: false
4747
userGroupIDs:
4848
- $USERGROUP_ID
4949
logDeliveryConfigurations:

0 commit comments

Comments
 (0)