Live data from Hacker News

Viewing profile — PLG88

PLG88

HN member
Joined
Wed, Aug 25, 2021, 1:59 PM UTC
HN karma
166
Public activity
249 items

About PLG88

No profile information was provided.

Recent public activity

  1. comment
    Comment #48571401

    I dont disagree with any of that. I am thus thinking, I think the cleanest distinction is probably not “embedded vs not embedded”, or even “relay vs no relay”. It is: who is suppos…

  2. comment
    Comment #48567424

    I’d separate “app-embedded” from “no external coordination.” OpenZiti SDKs are app-embedded: the app can directly dial/bind Ziti services without a local tunnel daemon. Ziti also s…

  3. comment
    Comment #48544224

    fwiw, Tailscale happens to be mostly open source, not completely. Yes, I know Headscale exists, it does not implement all the Tailscale functions (not non-functional production typ…

  4. comment
  5. comment
    Comment #47452532

    Glad it helped (I work on the project). Reading up on Iroh, OpenZiti approaches this less as ‘how do I reach that host across any path’ and more as ‘which identity is allowed to ac…

  6. comment
    Comment #47452518

    Good pointer. OpenZiti does fit that model well — app-embedded rather than network-wide relay/VPN first (though OpenZiti also supports non-embedded options). The main difference is…

  7. comment
    Comment #47071414

    Embedding is an option, but tunnelers - https://netfoundry.io/docs/openziti/reference/tunnelers/ - and edge routers (which can front legacy services without modifying them) also ex…

  8. comment
    Comment #46854018

    That’s a fair framing, with one important distinction. Overlay ACLs give you network-scoped microsegmentation, not service-scoped Zero Trust (as intended in NIST 800-207). You’re l…

  9. comment
    Comment #46853955

    Right, but if certificates are a fundamental part of your design, you should include the functional mechanisms to manage them imho (i.e., key distribution, auth/login). The develop…

  10. comment
    Comment #46850108

    nah, I dont buy that. A network is not a functional requirement of SSH etc in your use case.

  11. comment
    Comment #46849268

    Fair, I was being loose with my language. What I should have said is that it does not come fully featured open source, that you need to do a certain amount of rolling your own.

  12. comment
    Comment #46848554

    Referring to the previous person's comment, that you need to manage a PKI and have to distribute the keys yourself, no auth/login etc.

  13. comment
    Comment #46847577

    Yeah, definitely more on the commercial side of the product. And agreed, I like NetBird/Tailscale/Wireguard, but they are better VPNs, not identity-first, zero trust overlays as Op…

  14. comment
    Comment #46847461

    Ahh, I see, thanks for clarifying. That was correct, now any OIDC-compatible identity provider (Auth0, Okta, Azure/Microsoft Entra, Google, Keycloak, etc.) is supported on all the …

  15. comment
    Comment #46847155

    How are the mobile and desktop clients incomplete?? Tunnelers exist for Windows, Android, iOS, Linux, MacOS, and more - https://netfoundry.io/docs/openziti/reference/tunnelers/ ...…

  16. comment
    Comment #46847096

    Short answer: no, authenticating to start a VPN doesn’t make it Zero Trust. Once you authenticate to a VPN, you’re granted network attachment. From that point on, the network is ef…

  17. comment
    Comment #46846964

    You could use a solution that allows you to have E2E with private sovereign keys on the endpoint, as well as bring your own IdP/PKI, so the provider does not have your keys. Would …

  18. comment
    Comment #46846942

    Out of curiosity, why? Because you dont want to run software on users devices?

  19. comment
    Comment #46846915

    Its more a sharing (outbound proxy) solution than a VPN like Netbird is.

  20. comment
    Comment #46846904

    Check out OpenZiti. Its open source, runs at prodution scale, and recently someone who used to work at Twingate said OpenZiti is many times more powerful than TG.

  21. comment
    Comment #46846897

    This problem has been brought up in the OpenZiti community many times. I like Nebula, but it's not 'truly open source'.

  22. comment
    Comment #46846891

    I like Netbird, its a better VPN, but its not zero trust networking. Zero Trust requires identity to create connectivity itself—per service, per session—rather than granting networ…

  23. comment
    Comment #46846834

    Why do you think thats against the principles of zero trust? Wireguard is a wire transport, it has no control plane... I think what you are alluding to is the centralised control p…

  24. comment
    Comment #46586064

    You have more or less described OpenZiti. Just mint a new identity/JWT for the user, create a service, and viola, only that user has access to your machine. Fully open source and s…

  25. comment
    Comment #46184126

    fwiw, ngrok started as open source