diff --git a/CHANGELOG.md b/CHANGELOG.md index 44475a03b..2f03f197b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.7] +### Changed +- added tests for missing and malformed JWT token scenarios + ## [0.22.7] ### Changed - fixed running e2e tests locally on MacOS diff --git a/envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/JWTFilterTest.kt b/envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/JWTFilterTest.kt index 28d70a6db..ddabdbad5 100644 --- a/envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/JWTFilterTest.kt +++ b/envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/JWTFilterTest.kt @@ -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",