diff --git a/.github/resources/docker-compose.be-test.yml b/.github/resources/docker-compose.be-test.yml index 6efdd87f6..c256649c1 100644 --- a/.github/resources/docker-compose.be-test.yml +++ b/.github/resources/docker-compose.be-test.yml @@ -13,6 +13,7 @@ services: - MONGO_URL=mongodb://test:example@mongo:27017/?authSource=admin - MONGO_USERNAME=test - MONGO_PASSWORD=example + - ENCRYPTION_KEY=a984ecdf82ec779e55dbcc21303a900f networks: - infisical-test diff --git a/.infisicalignore b/.infisicalignore new file mode 100644 index 000000000..fa3815a6e --- /dev/null +++ b/.infisicalignore @@ -0,0 +1 @@ +.github/resources/docker-compose.be-test.yml:generic-api-key:16 \ No newline at end of file