AWS greengrass documentation change
Summary
Corrected URL paths for client device auth component and API reference documentation
Security assessment
Changes are limited to URL syntax. The existing discussion of credential storage timeouts and security considerations was not modified beyond link fixes.
Diff
diff --git a/greengrass/v2/developerguide/offline-authentication.md b/greengrass/v2/developerguide/offline-authentication.md index abaad8949..808676dc8 100644 --- a//greengrass/v2/developerguide/offline-authentication.md +++ b//greengrass/v2/developerguide/offline-authentication.md @@ -26 +26 @@ The next time that the device connects, the Greengrass core device attempts to v -You can configure the length of time that the Greengrass core device stores credentials. You can set the timeout from one minute to 2,147,483,647 minutes by setting the `clientDeviceTrustDurationMinutes` configuration option in the [client device auth component configuration](https://docs.aws.amazon.com/greengrass/v2/developerguide/client-device-auth-component.html#client-device-auth-component-configuration). The default is one minute, which effectively turns off offline authentication. When you set this timeout, we recommend that you consider your security needs. You should also consider how long you expect core devices to run while disconnected from the cloud. +You can configure the length of time that the Greengrass core device stores credentials. You can set the timeout from one minute to 2,147,483,647 minutes by setting the `clientDeviceTrustDurationMinutes` configuration option in the [client device auth component configuration](https://docs.aws.amazon.com//greengrass/v2/developerguide/client-device-auth-component.html#client-device-auth-component-configuration). The default is one minute, which effectively turns off offline authentication. When you set this timeout, we recommend that you consider your security needs. You should also consider how long you expect core devices to run while disconnected from the cloud. @@ -39 +39 @@ The core device updates its credential storage at three times: -When the Greengrass core device refreshes its credential store, it uses the [ ListClientDevicesAssociatedWithCoreDevice](https://docs.aws.amazon.com/greengrass/v2/APIReference/API_ListClientDevicesAssociatedWithCoreDevice.html) operation. Greengrass only refreshes the devices returned by this operation. To associate a client device with a core device, see [Associate client devices](./associate-client-devices.html). +When the Greengrass core device refreshes its credential store, it uses the [ ListClientDevicesAssociatedWithCoreDevice](https://docs.aws.amazon.com//greengrass/v2/APIReference/API_ListClientDevicesAssociatedWithCoreDevice.html) operation. Greengrass only refreshes the devices returned by this operation. To associate a client device with a core device, see [Associate client devices](./associate-client-devices.html).