AWS dms high security documentation change
Summary
Modified 'Provider' attribute documentation, removing TLS 1.2 requirements and refocusing on character set configuration
Security assessment
Removal of TLS 1.2 guidance eliminates explicit security configuration instructions. This could impact secure communication setup unless equivalent security requirements are documented elsewhere.
Diff
diff --git a/dms/latest/userguide/CHAP_Source.SAP.md b/dms/latest/userguide/CHAP_Source.SAP.md index 252c5e430..0d8336b01 100644 --- a//dms/latest/userguide/CHAP_Source.SAP.md +++ b//dms/latest/userguide/CHAP_Source.SAP.md @@ -177 +177 @@ For any further questions about supported character sets in a SAP ASE database, -`Provider` | Set this attribute if you want to use Transport Layer Security (TLS) 1.2 for versions of ASE 15.7 and higher. Note that AWS requires TLS version 1.2 or later, and recommends version 1.3. Default value: `Adaptive Server Enterprise` Valid values: `Adaptive Server Enterprise 16.03.06` Example: `--sybase-settings '{"Provider": "Adaptive Server Enterprise 16.03.06"}'` +`Provider` | Set this attribute to the SAP ASE name that corresponds to the international character set. Some character sets require the endpoint setting `Provider` to be set to `Adaptive Server Enterprise 16.0.02.00 Full`. Default value: `iso_1` Valid values: `Adaptive Server Enterprise 16.03.06` Example: `--sybase-settings '{"Charset": "utf8"}'`