Giter Site home page Giter Site logo

How do I secure this? about qdrant-azure HOT 3 OPEN

mesgar avatar mesgar commented on June 20, 2024
How do I secure this?

from qdrant-azure.

Comments (3)

mesgar avatar mesgar commented on June 20, 2024

I decided to deploy qdrant on a single Azure VM (Standard E2s v3 (2 vcpus, 16 GiB memory)) for now.
It's much easier to use persistent volumes for large-scale datasets, setting SSL and API key.

i.e.
docker run -p 6333:6333
-v /mnt/qdrant/config/XXX-custom.yaml:/qdrant/config/production.yaml
-v /mnt/qdrant/storage:/mnt/qdrant/storage
-v /mnt/qdrant/snapshots:/mnt/qdrant/snapshots
qdrant/qdrant

and in the XXX-custom.yaml file,
storage:
storage_path: /mnt/qdrant//storage
...
snapshots_path: /mnt/qdrant/snapshots
...
on_disk_payload: true

from qdrant-azure.

tawalke avatar tawalke commented on June 20, 2024

@mesgar Thanks for the feedback. I'm going to add this to backlog so that we have auth option in repo.

from qdrant-azure.

D4stiny avatar D4stiny commented on June 20, 2024

Found this issue while trying to secure a cloud deployment of Qdrant. Unfortunately seems non-trivial outside of Qdrant Cloud.

@tawalke FYI- looks like the default config in this repo exposes the "internal" gRPC port via the load balancer. If the documentation is to be trusted, this is an inherent security flaw:

image

from qdrant-azure.

Related Issues (16)

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.