HashiCorp Boundary
hashicorp.com
HashiCorp Boundary
1–10 of 171 posts
Re: HashiCorp Boundary
#2Re: HashiCorp Boundary
#3Re: HashiCorp Boundary
#4link wasn't working for me, so.
Re: HashiCorp Boundary
#5Way too much ceremony for scientific compute sites tho
Re: HashiCorp Boundary
#6Boundary sounds like the perfect mash-up of Google's bastion-less SSH access to GCE instances and actual IAM. Exciting!
Re: HashiCorp Boundary
#7Re: HashiCorp Boundary
#8This is not something new. The earliest open source project that I can recall is https://github.com/bitly/oauth2_proxy (albeit it might be missing the part where proxy passing identity to the backend).
Pomerium is another open source project that's actively maintained. I've been using it as a reverse proxy to all my homelab websites (grafana, miniflux etc). I can now safely access all of these internal resources from outside of my home WiFi with automated SSL certificate configuration and renewal.
You can theoretically protect your SSH connection via these IAP proxies, using the Chrome SSH extension and open source SSH relay implementation like https://github.com/zyclonite/nassh-relay (but I personally haven't tried that).
Disclaimer: I work for Google and am a casual contributor to the Pomerium project.
Re: HashiCorp Boundary
#9Seems like the BeyondCorp-ish “zero trust” remote access space is heating up. This looks similar in some ways to Cloudflare One which was announced Monday: https://blog.cloudflare.com/introducing-cloudflare-one/