Skip to content

Remove auth bypass variable in K8s manifest

Tan Le requested to merge remove-auth-bypass into main

What does this MR do and why?

The auth bypass config is disabled by default so we can remove it in production. The value in the K8s manifest is also incorrect, it should be AUTH_BYPASS_EXTERNAL, not BYPASS_EXTERNAL_AUTH (see code).

Edited by Tan Le

Merge request reports