Viewing profile — jefferai
jefferai
HN member- Joined
- Sun, Mar 24, 2013, 7:24 PM UTC
- HN karma
- 9
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About jefferai
No profile information was provided.
Recent public activity
-
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…
-
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 …
-
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…
-
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…
-
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…
-
comment
Comment #24784360
Check out https://www.boundaryproject.io/docs/concepts/security/connec... for lots of details!
-
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…
-
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…
-
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 …
-
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).
-
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.
-
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 …