AWS Security ChangesHomeSearch

AWS greengrass: Add dependency info and fix runtime error with Client device auth

Service: greengrass · 2026-08-19 · Documentation low

File: greengrass/v2/developerguide/secret-manager-component.md

Summary

Added dependency tables for versions 2.2.8-2.2.10 and documented a bug fix for runtime errors when deployed with Client device auth component.

Security assessment

Change documents a bug fix for component interoperability but doesn't address vulnerabilities or security features.

Evidence

+  * Fixes an issue where a runtime error occurs when you deploy secret manager with the [Client device auth](./client-device-auth-component.html) component.

Diff

diff --git a/greengrass/v2/developerguide/secret-manager-component.md b/greengrass/v2/developerguide/secret-manager-component.md
index c6ed22f01..49e2edbf8 100644
--- a//greengrass/v2/developerguide/secret-manager-component.md
+++ b//greengrass/v2/developerguide/secret-manager-component.md
@@ -125 +125,19 @@ Endpoint | Port | Required | Description
-When you deploy a component, AWS IoT Greengrass also deploys compatible versions of its dependencies. This means that you must meet the requirements for the component and all of its dependencies to successfully deploy the component. This section lists the dependencies for the released versions of this component and the semantic version constraints that define the component versions for each dependency. You can also view the dependencies for each version of the component in the [AWS IoT Greengrass console](https://console.aws.amazon.com//greengrass). On the component details page, look for the **Dependencies** list.
+When you deploy a component, AWS IoT Greengrass also deploys compatible versions of its dependencies. This means that you must meet the requirements for the component and all of its dependencies to successfully deploy the component. This section lists the dependencies for the released versions of this component and the semantic version constraints that define the component versions for each dependency. You can also view the dependencies for each version of the component in the [AWS IoT Greengrass console](https://console.aws.amazon.com/greengrass). On the component details page, look for the **Dependencies** list.
+
+2.2.9 – 2.2.10
+    
+
+The following table lists the dependencies for versions 2.2.9 and 2.2.10 of this component.
+
+Dependency | Compatible versions | Dependency type  
+---|---|---  
+[Greengrass nucleus](./greengrass-nucleus-component.html) | >=2.5.0 <2.19.0 | Soft  
+  
+2.2.8
+    
+
+The following table lists the dependencies for version 2.2.8 of this component.
+
+Dependency | Compatible versions | Dependency type  
+---|---|---  
+[Greengrass nucleus](./greengrass-nucleus-component.html) | >=2.5.0 <2.18.0 | Soft  
@@ -378,0 +397,8 @@ The following table describes the changes in each version of the component.
+2.2.10 | 
+
+Bug fixes and improvements
+    
+
+  * Fixes an issue where a runtime error occurs when you deploy secret manager with the [Client device auth](./client-device-auth-component.html) component.
+
+