AWS elasticloadbalancing documentation change
Summary
Updated error code names in JWT validation failure documentation table
Security assessment
The changes only correct typographical errors in error code names (e.g., 'AuthInvJWKSRequestTimeoutalidIdToken' to 'JWKSRequestTimeout') without altering security functionality or addressing vulnerabilities. No security implications were introduced.
Diff
diff --git a/elasticloadbalancing/latest/application/load-balancer-access-logs.md b/elasticloadbalancing/latest/application/load-balancer-access-logs.md index 9fa318520..99b9f21fb 100644 --- a//elasticloadbalancing/latest/application/load-balancer-access-logs.md +++ b//elasticloadbalancing/latest/application/load-balancer-access-logs.md @@ -268 +268 @@ Code | Description | Metric -`AuthInvJWKSRequestTimeoutalidIdToken` | The load balancer is unable to communicate with the JWKS endpoint, or the JWKS endpoint is not responding within 5 seconds. | `JWTValidationFailureCount` +`JWKSRequestTimeout` | The load balancer is unable to communicate with the JWKS endpoint, or the JWKS endpoint is not responding within 5 seconds. | `JWTValidationFailureCount` @@ -270,2 +270,2 @@ Code | Description | Metric -`AuthInvJWKSRequestFailed` | There is an error response (non-2XX) from the JWKS endpoint. | `JWTValidationFailureCount` -`AuthInvalidUseJWTSignatureValidationFailed` | Failed to validate token signature for any reason including signature does not match, the public key was invalid and could not be converted to a decoding key, public key size was not 2K, Token is signed with an Unsupported Algorithm, the KID in the token is not present in the JWKS endpoint. | `JWTValidationFailureCount` +`JWKSRequestFailed` | There is an error response (non-2XX) from the JWKS endpoint. | `JWTValidationFailureCount` +`JWTSignatureValidationFailed` | Failed to validate token signature for any reason including signature does not match, the public key was invalid and could not be converted to a decoding key, public key size was not 2K, Token is signed with an Unsupported Algorithm, the KID in the token is not present in the JWKS endpoint. | `JWTValidationFailureCount`