AWS datasync documentation change
Summary
Removed CLI base64 encoding note for Kerberos keytab documentation
Security assessment
Documentation clarification about keytab handling without security implications
Diff
diff --git a/datasync/latest/userguide/API_CreateLocationHdfs.md b/datasync/latest/userguide/API_CreateLocationHdfs.md index cf7c7b39d..2c65591ab 100644 --- a/datasync/latest/userguide/API_CreateLocationHdfs.md +++ b/datasync/latest/userguide/API_CreateLocationHdfs.md @@ -91 +91 @@ Required: No -The Kerberos key table (keytab) that contains mappings between the defined Kerberos principal and the encrypted keys. You can load the keytab from a file by providing the file's address. If you're using the AWS CLI, it performs base64 encoding for you. Otherwise, provide the base64-encoded text. +The Kerberos key table (keytab) that contains mappings between the defined Kerberos principal and the encrypted keys. You can load the keytab from a file by providing the file's address.