ArangoDB will perform HTTP basic authentication if we start the database with the flags --server.authentication true --server.authentication-system-only false. In order to do that we have to generate a Python client from an OpenAPI spec that specifies basic auth. We would need to change the build process to generate one version with authentication and one without.
ArangoDB will perform HTTP basic authentication if we start the database with the flags --server.authentication true --server.authentication-system-only false. In order to do that we have to generate a Python client from an OpenAPI spec that specifies basic auth. We would need to change the build process to generate one version with authentication and one without.