AWS Security ChangesHomeSearch

AWS mwaa documentation change

Service: mwaa · 2025-10-25 · Documentation low

File: mwaa/latest/userguide/connections-secrets-manager.md

Summary

Tense corrections and clarification about quote parsing in connection strings

Security assessment

Minor language improvements and technical clarification about Airflow's parsing behavior, but no explicit security controls or vulnerabilities addressed

Diff

diff --git a/mwaa/latest/userguide/connections-secrets-manager.md b/mwaa/latest/userguide/connections-secrets-manager.md
index 362fa3678..02fcc86c2 100644
--- a//mwaa/latest/userguide/connections-secrets-manager.md
+++ b//mwaa/latest/userguide/connections-secrets-manager.md
@@ -13 +13 @@ AWS Secrets Manager is a supported alternative Apache Airflow backend on an Amaz
-  * You will be charged for the secrets you create. For more information about Secrets Manager pricing, refer to [AWS Pricing](https://aws.amazon.com/secrets-manager/pricing/).
+  * You are charged for the secrets you create. For more information about Secrets Manager pricing, refer to [AWS Pricing](https://aws.amazon.com/secrets-manager/pricing/).
@@ -95 +95 @@ JSON
-The following section describes how to create an Apache Airflow configuration option on the Amazon MWAA console for the AWS Secrets Manager backend. If you're using a configuration setting of the same name in `airflow.cfg`, the configuration you create in the following steps will take precedence and override the configuration settings.
+The following section describes how to create an Apache Airflow configuration option on the Amazon MWAA console for the AWS Secrets Manager backend. If you're using a configuration setting of the same name in `airflow.cfg`, the configuration you create in the following steps takes precedence and override the configuration settings.
@@ -310 +310 @@ For example:
-Apache Airflow parses each of the values in the connection string. You must **not** use single nor double quotes, or it will parse the connection as a single string.
+Apache Airflow parses each of the values in the connection string. You must **not** use single nor double quotes, or it parses the connection as a single string.