Skip to content

Commit

Permalink
fixes #991 add another error code to indicate service missing in JWT
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Jul 9, 2021
1 parent 5c89d7e commit 644a068
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions status/src/main/resources/config/status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,12 @@ ERR11403:
code: ERR11403
message: ERROR_SERVICE_ID_MISMATCH
description: The service claim %s in the JWT token does not match the serviceId %s from the request path.
ERR11404:
statusCode: 400
code: ERR11404
message: ERROR_SERVICE_ID_MISSING
description: The service claim in the JWT token is missing.


# 11500 - 11599 GraphQL validator errors
ERR11500:
Expand Down

0 comments on commit 644a068

Please sign in to comment.