Someone requests database access again. You open a ticket, tag security, wait half a day for approval, and hope you copied the hostname right. Multiply that by hundreds of services and it’s clear why infrastructure teams search for cleaner workflows. Clutch and Fastly Compute@Edge together cut that wait to seconds.
Clutch, built by Lyft, is an open-source operations console that turns common infra tasks like role assignments and environment toggles into API-driven workflows. Fastly Compute@Edge runs custom code as close to users as possible, shaving latency while keeping logic flexible. Used together, they let teams automate secure operations at the edge instead of inside a slow CI pipeline or manual UI.
At a high level, Clutch handles identity and decision logic. Compute@Edge executes the lightweight code that answers those requests in real time. Think of it as your trusted operator sitting next to every user instead of buried inside your data center. Clutch asks “should I allow this change?” then Fastly executes the approved version right where traffic flows.
To integrate, bind Clutch’s identity provider to your IAM layer (Okta or AWS IAM work fine) and direct the decision interface to Fastly’s Edge Dictionary or secure key store. The workflow: Clutch evaluates request context via OIDC claims, enforces RBAC policies, and calls a Compute@Edge endpoint to perform the action instantly. Errors get logged through Fastly’s observability stack, giving you traceable, SOC 2-ready audit trails.
Best Practices
Use short TTLs for edge tokens. Rotate approval rules daily. Mirror service ownership metadata from your source of truth into Clutch so Compute@Edge can route updates correctly. Keep logs in one place to avoid chasing invisible failures.