prerender-alpine icon indicating copy to clipboard operation
prerender-alpine copied to clipboard

Basic Auth

Open verovd opened this issue 1 year ago • 0 comments

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!

verovd avatar Nov 21 '23 14:11 verovd