Hi,
As the title says in relation of: #1803
The log entry:
[engine] userauth: registering for a new anonymous credential
Is registered for test operations such as:
ooniprobe.exe run websites
On the custom built with:
go build -tags=nouserauth -v -ldflags "-s -w" ./cmd/ooniprobe
Workaround:
ooniprobe.exe run --no-creds websites
If I disable the userauth binding, registering for a new anonymous credential should not be done (I think !?), as it is spamming the server with anonymous credential creation requests that will never be redeemed.
My two cents. Thank you.
Edit: This appears to happen only on a clean OONI_HOME.
I was able to build a probe binary with the userauth backend after fussing a bit more, just a ton of warnings during the build process. The issue may warrant investigation if desired, so I leave the decision to those that actually know the project.
Hi,
As the title says in relation of: #1803
The log entry:
[engine] userauth: registering for a new anonymous credentialIs registered for test operations such as:
ooniprobe.exe run websitesOn the custom built with:
go build -tags=nouserauth -v -ldflags "-s -w" ./cmd/ooniprobeWorkaround:
ooniprobe.exe run --no-creds websitesIf I disable the userauth binding, registering for a new anonymous credential should not be done (I think !?), as it is spamming the server with anonymous credential creation requests that will never be redeemed.
My two cents. Thank you.
Edit: This appears to happen only on a clean OONI_HOME.
I was able to build a probe binary with the userauth backend after fussing a bit more, just a ton of warnings during the build process. The issue may warrant investigation if desired, so I leave the decision to those that actually know the project.