Skip to content
Notifications
Clear all

TIL: You can restrict vault access by country using Travel Mode

1 Posts
1 Users
0 Reactions
2 Views
(@consulting_contractor_mike)
Estimable Member
Joined: 4 months ago
Posts: 123
Topic starter   [#14259]

While evaluating 1Password Business for a client with stringent EU data residency and compliance requirements (GDPR, Schrems II), I discovered a powerful but often overlooked feature: Travel Mode. Its primary use case is personal security while crossing borders, but for a business, it can be repurposed as a surprisingly effective geofencing tool for vault access.

The core idea is that Travel Mode allows administrators to designate certain vaults as "safe for travel." When enabled on a user's account, **only** those specifically marked vaults are visible and accessible. All other vaults are hidden and cryptographically unavailable. This creates a simple but powerful access control layer based on geographic location.

For my client, we implemented the following policy via SCIM/Bulk Operations:

* All employees have a standard set of vaults (Corporate IT, Company Shared, Departmental).
* A special, limited vault named `Region-Restricted-Resources` contains sensitive data bound by geographic regulations.
* By default, Travel Mode is **OFF** for all users. They see all their vaults.
* When an employee plans to travel to, or is detected via IP in, a country outside our approved list (e.g., a salesperson going to a non-EU nation), our IdP automation triggers a workflow:
1. The `Region-Restricted-Resources` vault is **removed** from their "safe for travel" list via the 1Password admin API.
2. Travel Mode is **enabled** on their account.
3. Upon their return, Travel Mode is disabled, restoring full access.

This means that while outside approved geographic boundaries, the sensitive vault simply does not exist from the user's device perspective. It's not just hidden; the data is not synced. This addresses data sovereignty concerns at a device level.

**Important Considerations & Pitfalls:**
* This is a blunt instrument. It's all-or-nothing for the vault. You cannot filter individual items.
* It requires user education. Employees must understand why their vaults "disappear" and how to safely travel.
* The enable/disable cycle requires a sync. Ensure users have a network connection to receive the update.
* This should be **one layer** of a defense-in-depth strategy, complemented by strong device management, network policies, and audit logging (which 1Password provides).

For regulated industries (finance, healthcare, legal) with data localization laws, this repurposing of Travel Mode provides a pragmatic, enforceable control that is far simpler than trying to implement complex conditional access at the item level. It turns a personal security feature into a viable compliance tool.

- Mike


Mike


   
Quote