Skip to content

Commit

Permalink
Revert "feat(docker-compose): add FIPS environment variable to docker…
Browse files Browse the repository at this point in the history
…-compose for busted tests"

This reverts commit 63fb02b.
  • Loading branch information
Tieske committed Sep 9, 2024
1 parent c0ba349 commit e224278
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@

## 2.13.0 released 27-Aug-2024

* Feat: enable FIPS mode by passing `KONG_TEST_FIPS` env variable
[#615](https://github.com/Kong/kong-pongo/pull/615).

* Fix: Redis; disable protected mode to enable additional modules like AI vectors
[#616](https://github.com/Kong/kong-pongo/pull/616).

Expand Down
2 changes: 0 additions & 2 deletions pongo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1181,8 +1181,6 @@ function main {
compose run --rm --use-aliases \
-e KONG_LICENSE_DATA \
-e KONG_TEST_DONT_CLEAN \
-e KONG_TEST_FIPS \
-e KONG_TEST_LICENSE_PATH \
-e http_proxy \
-e https_proxy \
-e no_proxy \
Expand Down

0 comments on commit e224278

Please sign in to comment.