Git Product home page Git Product logo

Comments (6)

chrislusf avatar chrislusf commented on July 22, 2024

Good suggestion!

But with this, anyone can see the auth key by doing "ps -ae".

What is the use case?

from glow.

 avatar commented on July 22, 2024

Remote cluster. different location , for example: I have node in New York, and Los Angeles, And Dallas. We can make some interesting things if we can built remote cluster. but if no crypto or authenticate, the communication not security.

from glow.

 avatar commented on July 22, 2024

the auth key can be pass as flag , or may be read from configure file later

from glow.

JensRantil avatar JensRantil commented on July 22, 2024

Alternative approach: Support reading the auth key from an environment variable? Feels more like a 12-factor app solution.

Should probably be logged that it is using an auth key on start-up too to make it clear that it was picked up.

from glow.

chrislusf avatar chrislusf commented on July 22, 2024

we can just start simple to pass the auth key via flags.

from glow.

chrislusf avatar chrislusf commented on July 22, 2024

Added 2-way SSL to secure the Glow cluster. Now Glow cluster can run securely on any server across internet.

Example:

start master

glow master --cert.file=/ssl/localhost.cer --key.file=/ssl/localhost.key --ca.file=~/ssl/ca.cer

start one agent

./glow agent --dir /tmp/1 --port 8931 --cert.file=/ssl/localhost.cer --key.file=/s/localhost.key --ca.file=/ssl/ca.cer --host localhost

start another agent

./glow agent --dir /tmp/2 --port 8932 --cert.file=/ssl/localhost.cer --key.file=/s/localhost.key --ca.file=/ssl/ca.cer --host=localhost

start any driver program

./t -glow -cert.file=/ssl/localhost.cer -key.file=/ssl/localhost.key -ca.file=~/ssl/ca.cer -glow.driver.host=localhost

from glow.

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.