Skip to content

Commit

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

KAG-5187
  • Loading branch information
Water-Melon authored and Tieske committed Aug 27, 2024
1 parent 779b50a commit 63fb02b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@

---

## Unreleased

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

---

## 2.12.0 released 16-Jul-2024

* refactor: for updating switch from `hub` to the offical Github `gh` cli command.
Expand Down
2 changes: 2 additions & 0 deletions pongo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1181,6 +1181,8 @@ 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 63fb02b

Please sign in to comment.