Giter VIP home page Giter VIP logo

Comments (6)

coronabytes avatar coronabytes commented on May 30, 2024

Hi,
Quick Fix: Set an arangodb password.

I need to support NO_AUTH at the driver level

from dotnet-arangodb.

SuheylZ avatar SuheylZ commented on May 30, 2024

I don;t think so if that's the problem because I made change and added password after setting the root password and the problem is still the same.
Setting the database password means setting the root password, right?

from dotnet-arangodb.

coronabytes avatar coronabytes commented on May 30, 2024

I think you're running arango instance with noauth, which is not supportet right now.
No auth seems to disable /_open/auth endpoint

services:
  agency:
    image: arangodb/arangodb:3.8.0
    restart: unless-stopped
    environment:
      #ARANGO_NO_AUTH: 1
      ARANGO_ROOT_PASSWORD: ""

from dotnet-arangodb.

SuheylZ avatar SuheylZ commented on May 30, 2024

I'm recently started looking into arango db so I don't have much knowledge. where do I set this?

from dotnet-arangodb.

coronabytes avatar coronabytes commented on May 30, 2024

Just update to 3.8.202, which should release in a few minutes.

however you need to change your connection string:

var ctx = new ArangoContext("Server=http://192.168.60.130:8529;");

no user now implies no_auth

from dotnet-arangodb.

SuheylZ avatar SuheylZ commented on May 30, 2024

works now
image

Thanks a lot

from dotnet-arangodb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.