AWS cli documentation change
Summary
Updated CLI version reference and improved parameter descriptions for JWT-based workload access tokens, including workload identity clarification and token usage context.
Security assessment
Enhancements focus on clarifying security mechanisms (JWT token handling, identity representation) but lack evidence of patching a security flaw. Documentation improvements align with standard security feature explanations.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore/get-workload-access-token-for-jwt.md b/cli/latest/reference/bedrock-agentcore/get-workload-access-token-for-jwt.md index 30d94d517..7f613e42f 100644 --- a//cli/latest/reference/bedrock-agentcore/get-workload-access-token-for-jwt.md +++ b//cli/latest/reference/bedrock-agentcore/get-workload-access-token-for-jwt.md @@ -15 +15 @@ - * [AWS CLI 2.31.8 Command Reference](../../index.html) » + * [AWS CLI 2.31.10 Command Reference](../../index.html) » @@ -59 +59 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -Obtains an Workload access token for agentic workloads acting on behalf of user with JWT token +Obtains a workload access token for agentic workloads acting on behalf of a user, using a JWT token. @@ -95 +95 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -> Unique identifier for the registered agent +> The unique identifier for the registered workload. @@ -107 +107 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -> OAuth2 token issued by the user’s identity provider +> The OAuth 2.0 token issued by the user’s identity provider. @@ -218 +218 @@ workloadAccessToken -> (string) -> Opaque token representing both agent and user identity +> An opaque token representing the identity of both the workload and the user. @@ -237 +237 @@ workloadAccessToken -> (string) - * [AWS CLI 2.31.8 Command Reference](../../index.html) » + * [AWS CLI 2.31.10 Command Reference](../../index.html) »