Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#457] Add VPN addresses as environment variables for Basic Auth bypass
Add environment variables for the two VPN addresses that are allowed to bypass Basic Auth on dev, test, and staging environments. This change is essential for enabling specific IP addresses to avoid Basic Auth verification when accessing certain domains. Changes: - Modified the ".github/workflows/build-and-deploy.yml" file to include two new environment variables, `IP_ADDRESS_BYPASSING_BASIC_AUTH1` and `IP_ADDRESS_BYPASSING_BASIC_AUTH2`, containing the VPN addresses permitted to skip Basic Auth verification.
- Loading branch information