v0.1.15
Origamy CLI v0.1.15
origamy deploy now requests an internet-facing LoadBalancer.
The AWS Load Balancer Controller (common on EKS) defaults new load balancers to internal — landing the ingestion gateway on private VPC IPs that browsers/SDKs can't reach. Choosing LoadBalancer now sets service.beta.kubernetes.io/aws-load-balancer-scheme: internet-facing, so the event endpoint is publicly reachable out of the box. In-tree AWS / GKE / AKS (internet-facing by default) are unaffected.
(Public subnets still need the kubernetes.io/role/elb=1 tag — see the dashboard's BYOD Kubernetes guide.)
Verify your download:
shasum -a 256 -c SHA256SUMS