It accepts credentials and allowed me to bypass basic HTTP authentication as a SERVER_CONTROL_USER, but all I got is:
UI Access denied. See https://github.com/kopia/kopia/issues/880#issuecomment-798421751 for more information.
But this link is related more to KOPIA_SERVER_USERNAME that works fine and allow to see web UI, the same as with kopiaUI. I understand that KOPIA_SERVER_USERNAME is a client to particular instance of repository and can be used in the same way as kopiaUI with given local repository, but what is SERVER_CONTROL_USER is for?
BTW, the mentioned option --allow-repository-users referenced in the issue #880 is unknown in recent 0.10.6 version of kopia, as well it isn’t present in any source files and as result attempt to login as registered repository user (created with kopia server user add xxx@zzz) to the server instance directly (not from remote machine that is subject to back to kopia’s repository server) it failed too and returns link to issue #880
I’ve been trying to make “kopia server status” work by setting those variables at server launch (kopia repository server with local dir as backend) and in the client but no luck:
$ kopia server status
kopia: error: unable to list sources: 400 Bad Request, try --help
kopia server status --remote \
--address https://8.8.8.8:51515 \
--server-cert-fingerprint=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \ <<SHA2 hash that been generate on certificate creation
--server-control-username=your-ctrl-user \
--server-password=and-here-his-passwd