Nestor Acuna Blanco
Nestor Acuna Blanco
Pabot offers the possibility to read resources from a `valueset.dat` file. This is great, however it requires that the file exists before the pabot execution. There are cases in which...
The headers request contains the authentication, and it gets printed in the robot log report. Issue #380
When logging the request, in case we have are using basic authentication, credentials are leaked. This is because the credentials are part of the header and it is also logged.
Issue #380
The unit-tests.sh script may fail at an advanced stage if the python openShift module is not installed. Failing at the initial step alerts the user to this requirement. **What this...
This commit is a step towards enabling builds for different architectures. **What this PR does / why we need it**: s390x enablement **Special notes for your reviewer**: **Release note**: ```release-note...
**What this PR does / why we need it**: This update adapts the Makefile and the Dockerfiles (ssp and validator) to enable automatic building on both s390x and amd64 architectures...
Documents the credentials leakage fix.