Initially, we wanted to implement all auth methods used by api tests for browser tests in terraform. Turns out that dogweb only supports web basic auth for browser tests, and as a side effect, also NTLM and Digest which also use username and password. We thus added a comment to explain that in terraform.
Description
Initially, we wanted to implement all auth methods used by api tests for browser tests in terraform. Turns out that dogweb only supports web basic auth for browser tests, and as a side effect, also NTLM and Digest which also use
username
andpassword
. We thus added a comment to explain that in terraform.