Skip to content

Commit

Permalink
workspaces: ensure validation of JWT's sub and exp (#4694)
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Ilario <filario@redhat.com>
  • Loading branch information
filariow authored Oct 14, 2024
1 parent c6ac9f3 commit bc52efc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ http:
jwt-authorizer:
plugin:
jwt:
payloadFields:
- sub
- exp
required: true
keys: []
jwtHeaders:
Expand Down

0 comments on commit bc52efc

Please sign in to comment.