Location-Aware Policy, Explained

Country-based access control is only as good as the location data behind it, and IP geolocation alone is a thin signal. It can be wrong, and it's the only one most systems bother collecting.

  • Export Control Proxy TeamExport Control Proxy Team
  • date icon

    Tuesday, Aug 11, 2026

Location-Aware Policy, Explained

Country-based access control is only as good as the location data behind it, and IP geolocation alone is a thin signal. It can be wrong, and it’s the only one most systems bother collecting. So we split location out into its own standalone service, decoupled from the proxy, with one job: “who was where, when, according to whom.”

The write side is open to multiple sources. The proxy submits a record after every request’s IP geolocation, tagged source: proxy-geoip. Nothing stops other systems, like an HR feed, a travel or security desk, or a badge system, from submitting their own records with their own source tag. Records are never overwritten, only appended, which makes the write log itself an audit trail.

The read side, the one on the proxy’s hot path, is simple by design: return the record with the most recent timestamp across every source. Recency wins regardless of which source reported it. A full history endpoint exists separately for investigation, but it’s not in the request path. The hot-path read is a single cached lookup.

Because the Location Service has no knowledge of Bitbucket, SonarQube, or policy rules, it’s reusable anywhere else in the landscape that needs to know where someone is right now, not just behind this proxy.

Blog

Read More Posts

Notes on identity, location, and policy enforcement from the team building it.

Rolling Out Safely: Why Every System Starts in Audit-Only Mode
date icon

Tuesday, Aug 11, 2026

Rolling Out Safely: Why Every System Starts in Audit-Only Mode

The scariest part of any access-control rollout is the moment enforcement goes live and something you didn't anticipate

Read More
Location-Aware Policy, Explained
date icon

Tuesday, Aug 11, 2026

Location-Aware Policy, Explained

Country-based access control is only as good as the location data behind it, and IP geolocation alone is a thin signal.

Read More
Identity Resolution Without a New Login
date icon

Tuesday, Aug 11, 2026

Identity Resolution Without a New Login

The fastest way to make an access-control rollout unpopular is to make people log in twice. So the proxy doesn't ask any

Read More
cta-image

Ready to See It in Action?

Tell us which systems you need to protect and we'll show you exactly how it would work for your team.

Contact Sales