Skip to content
New issue

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

Basic Auth #16

Open
verovd opened this issue Nov 21, 2023 · 0 comments
Open

Basic Auth #16

verovd opened this issue Nov 21, 2023 · 0 comments

Comments

@verovd
Copy link

verovd commented Nov 21, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant