We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! How to enable basic auth? I tried via helm file env
env: BASIC_AUTH_PASSWORD: test BASIC_AUTH_USERNAME: test CACHE_MAXSIZE: "1000" CACHE_TTL: "6000" MEMORY_CACHE: "1" NODE_ENV: staging
But I see that request work without BA
│ 2023-11-21T14:12:46.465Z Initial request to https://www.google.com/ │ │ 2023-11-21T14:12:46.658Z Initial response from https://www.google.com/ with status code 200 │ │ 2023-11-21T14:12:46.733Z Initial request finished https://www.google.com/ │ │ 2023-11-21T14:12:47.695Z got 200 in 1312ms for https://www.google.com/
Thank you for great work!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
How to enable basic auth? I tried via helm file env
But I see that request work without BA
Thank you for great work!
The text was updated successfully, but these errors were encountered: