Skip to content

Commit

Permalink
wip: print sourceIp
Browse files Browse the repository at this point in the history
  • Loading branch information
whi-tw committed Apr 10, 2024
1 parent 6e1e57a commit fefc28f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/basic-auth-sidecar/basic-auth-sidecar.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ describe("BasicAuthSidecar", function () {
});

it("should not be required if the request is made from an allowed IP", async () => {
// eslint-disable-next-line no-console
console.log("sourceIp", sourceIp);
await startSidecarContainer({
BASIC_AUTH_USERNAME: "test",
BASIC_AUTH_PASSWORD: "test",
Expand Down

0 comments on commit fefc28f

Please sign in to comment.