Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#457] Enable skipping Basic Auth for connections from VPN
Enable skipping Basic Auth for connections from VPN addresses by adding the two VPN addresses to the pool of unrestricted addresses. Reason for this is that currently any scripting on webpage using chrome driver is affected by entering credentials/confirming credentials manually. Enabling to skip this Basic Auth for dev, test and staging would easy any script driven operation on these environments. Changes: - Added two VPN addresses to the pool of unrestricted IP addresses in the nginx configuration to bypass Basic Auth verification when accessing specific domains.
- Loading branch information