Skip to content

Commit

Permalink
fix 503 on CI test and add changelog info
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubpieta committed Feb 17, 2025
1 parent 5ab2c56 commit 2346d1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Lists all changes with user impact.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [0.22.8]
### Changed
- added tests for missing and malformed JWT token scenarios

## [0.22.7]
### Changed
- fixed running e2e tests locally on MacOS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,9 @@ class JWTFilterTest {

@Test
fun `should allow request with malformed token for unprotected endpoint`() {
// given
registerEnvoyServiceAndWait()

// when
val response = echo2Envoy.egressOperations.callService(
service = "echo",
Expand Down

0 comments on commit 2346d1d

Please sign in to comment.