Live data from Hacker News

Viewing profile — jefferai

jefferai

HN member
Joined
Sun, Mar 24, 2013, 7:24 PM UTC
HN karma
9
Public activity
12 items

About jefferai

No profile information was provided.

Recent public activity

  1. comment
    Comment #26330661

    Boundary will indeed give you a bearer token after authentication to present to take further actions in its API. So you'd authenticate to Boundary, get a bearer token, and use that…

  2. comment
    Comment #26329799

    TCP targets (the only kind currently in Boundary) actually work with _any_ TCP connection. The `boundary connect ` bits are just some CLI syntactic sugar around the main `boundary …

  3. comment
    Comment #24788174

    We don't have something natively, but you can control the address via BOUNDARY_ADDR env var or the -addr flag per-call, and you can use -token-name with the CLI to switch between n…

  4. comment
    Comment #24788141

    Without committing to any specifics, I'll say that we are very aware of use-cases where a daemon on the end host can provide enhanced benefits. As you can imagine we did quite a bi…

  5. comment
    Comment #24788048

    In an immediate sense you could have targets point to services handled by Connect, so you'd have client -> Boundary worker -> local Connect entrypoint -> end service. We'll be look…

  6. comment
    Comment #24784360

    Check out https://www.boundaryproject.io/docs/concepts/security/connec... for lots of details!

  7. comment
    Comment #24780270

    Generally speaking this is designed for accessing your own systems, not the systems of a third party being consumed as a SaaS. That said, any such provider that allows you to restr…

  8. comment
    Comment #24779422

    By "direct network access" we mean between the client and the end host. The Boundary worker node (which proxies traffic) would need to be able to make a network connection to the e…

  9. comment
    Comment #24779284

    As you say, it's a big question. But one way to start is by integrating this _within your VPN_ such that network access + credentials alone are not enough. With Boundary you could …

  10. comment
    Comment #18603131

    You can use Consul-Template ( https://github.com/hashicorp/consul-template ) -- yes, it really needs a rename -- to do this with Vault (or Consul).

  11. comment
    Comment #10510822

    S3 is one of the available storage backends. You only need consul/etcd/zookeeper if you want to have a high availability setup.

  12. comment
    Comment #5433192

    You didn't. Mirroring in this case refers to using git --mirror. You're assuming it works like a traditional file system or block level mirror, but it doesn't. Corruption would in …