AWS cli medium security documentation change
Summary
Updated authToken description to clarify token expiration behavior and refresh requirements
Security assessment
Explicitly documents short-lived token security properties and rotation requirements, preventing use of stale credentials that could lead to unauthorized access. This addresses session security fundamentals.
Diff
diff --git a/cli/latest/reference/emr-serverless/get-session-endpoint.md b/cli/latest/reference/emr-serverless/get-session-endpoint.md index bc8cca989..425873bb8 100644 --- a//cli/latest/reference/emr-serverless/get-session-endpoint.md +++ b//cli/latest/reference/emr-serverless/get-session-endpoint.md @@ -15 +15 @@ - * [AWS CLI 2.34.61 Command Reference](../../index.html) » + * [AWS CLI 2.34.63 Command Reference](../../index.html) » @@ -268 +268 @@ authToken -> (string) -> Authentication token for accessing the session endpoint. +> The authentication token for connecting to the session endpoint. Call `GetSessionEndpoint` again to obtain a new token before it expires. @@ -291 +291 @@ authTokenExpiresAt -> (timestamp) - * [AWS CLI 2.34.61 Command Reference](../../index.html) » + * [AWS CLI 2.34.63 Command Reference](../../index.html) »