AWS greengrass documentation change
Summary
Updated component compatibility table to show Docker application manager, PKCS#11 provider, and Token exchange service components now have 'Built-in' support for Nucleus lite instead of 'No'.
Security assessment
This change updates a compatibility table to reflect that certain components are now built into Nucleus lite. While the PKCS#11 provider component is security-related (enables HSM access), this change only updates compatibility information without adding new security documentation or addressing a security vulnerability. The change is administrative in nature, updating support status for components.
Diff
diff --git a/greengrass/v2/developerguide/public-components.md b/greengrass/v2/developerguide/public-components.md index e7fd30ce3..8fa82a9bb 100644 --- a//greengrass/v2/developerguide/public-components.md +++ b//greengrass/v2/developerguide/public-components.md @@ -17 +17 @@ When a component has a component type of both generic and Lambda, the current ve -Component | Description | [Component type](./develop-greengrass-components.html#component-types) | Supported OS | [Open source](./open-source.html) | Nucleus lite compatible +Component | Description | [Component type](./develop-greengrass-components.html#component-types) | Supported OS | [Open source](./open-source.html) | Nucleus lite support @@ -25 +25 @@ Component | Description | [Component type](./develop-greengrass-components.html# -[Docker application manager](./docker-application-manager-component.html) | Enables AWS IoT Greengrass to download Docker images from Docker Hub and Amazon Elastic Container Registry (Amazon ECR). | Generic | Linux, Windows | No | No +[Docker application manager](./docker-application-manager-component.html) | Enables AWS IoT Greengrass to download Docker images from Docker Hub and Amazon Elastic Container Registry (Amazon ECR). | Generic | Linux, Windows | No | Built-in @@ -42 +42 @@ Component | Description | [Component type](./develop-greengrass-components.html# -[PKCS#11 provider](./pkcs11-provider-component.html) | Enables Greengrass components to to access a private key and certificate that you securely store in a hardware security module (HSM). | Plugin | Linux | [Yes](https://github.com/aws-greengrass/aws-greengrass-pkcs11-provider) | No +[PKCS#11 provider](./pkcs11-provider-component.html) | Enables Greengrass components to to access a private key and certificate that you securely store in a hardware security module (HSM). | Plugin | Linux | [Yes](https://github.com/aws-greengrass/aws-greengrass-pkcs11-provider) | Built-in @@ -50 +50 @@ Component | Description | [Component type](./develop-greengrass-components.html# -[Token exchange service](./token-exchange-service-component.html) | Provides AWS credentials that you can use to interact with AWS services. | Generic | Linux, Windows | No | No +[Token exchange service](./token-exchange-service-component.html) | Provides AWS credentials that you can use to interact with AWS services. | Generic | Linux, Windows | No | Built-in