I am setting up a new ArangoDB cluster on Windows, and for some reason it is not asking for credentials when I hit the web interface on :8529. Arangosh requires credentials, but not the web portion. Otherwise the cluster behaves exactly how I would expect.
I am running v3.11.1 on all three servers, and here is the command I am using to start the cluster on each server. I have added line breaks to make it easier to read; it is all on a single line when I execute it.
"c:\my\path\arangodb.exe" --starter.mode=cluster \I checked the current documentation and it seems as though user authentication is enabled by default. I tried explicitly enabling authentication by adding this to the command shown above, but arangodb.exe did not care for the server.authentication option, and server.authentication-system-only by itself did not seem to make a difference.
--args.all.server.authentication true --args.all.server.authentication-system-only false