From 054033651d3dda60a90c5e5079a8fdbe1aa006d7 Mon Sep 17 00:00:00 2001 From: Roman Inflianskas Date: Sun, 24 Nov 2024 11:17:20 +0200 Subject: [PATCH 1/2] Add a note about `NoEcho` parameter support in CloudFormation --- content/en/user-guide/aws/cloudformation/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/en/user-guide/aws/cloudformation/index.md b/content/en/user-guide/aws/cloudformation/index.md index 3141cedf94..f1d1a2e027 100644 --- a/content/en/user-guide/aws/cloudformation/index.md +++ b/content/en/user-guide/aws/cloudformation/index.md @@ -150,6 +150,13 @@ Currently, support for `UPDATE` operations on resources is limited. Prefer stack re-creation over stack update at this time. {{< /callout >}} +{{< callout >}} +Currently, support for `NoEcho` parameters is limited. +Parameters will be masked only in the CLI: `describe-stacks` and `describe-change-set` or respective API responses in `Parameters` section. +This might expose sensitive information. +Please exercise caution when using parameters with `NoEcho`. +{{< /callout >}} + ### Intrinsic Functions | Intrinsic Function | Supported | Explanation | From 49cc3fdf437a2f3597f1e836b583fa3cb094dda1 Mon Sep 17 00:00:00 2001 From: Simon Walker Date: Mon, 10 Feb 2025 11:57:50 +0000 Subject: [PATCH 2/2] Update content/en/user-guide/aws/cloudformation/index.md --- content/en/user-guide/aws/cloudformation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/user-guide/aws/cloudformation/index.md b/content/en/user-guide/aws/cloudformation/index.md index f1d1a2e027..8bbef9b76f 100644 --- a/content/en/user-guide/aws/cloudformation/index.md +++ b/content/en/user-guide/aws/cloudformation/index.md @@ -152,7 +152,7 @@ Prefer stack re-creation over stack update at this time. {{< callout >}} Currently, support for `NoEcho` parameters is limited. -Parameters will be masked only in the CLI: `describe-stacks` and `describe-change-set` or respective API responses in `Parameters` section. +Parameters will be masked only in the `Parameters` section of responses to `DescribeStacks` and `DescribeChangeSets` requests. This might expose sensitive information. Please exercise caution when using parameters with `NoEcho`. {{< /callout >}}