Skip to content

Conversation

jacob-hyde
Copy link

docs: add note on Passport v12 key path for shared keys in tenant environment

  • Added a subsection under “Shared keys” explaining how to use Passport::loadKeysFrom(storage_path()) to force Passport to load a single key pair from the central storage path for all tenants.
  • Helps avoid tenant-specific key path issues in Passport v12.

This update adds a short note in the Shared keys section clarifying that Passport 12 may look for its encryption keys in a tenant-specific directory (/storage/tenant/{tenant}/...). We’ve included instructions on forcing Passport to load keys from a single shared path, ensuring all tenants use the same key files. This avoids potential issues where tenant-scoped folders do not contain their own Passport keys.

docs: add note on Passport v12 key path for shared keys in tenant environment

- Added a subsection under “Shared keys” explaining how to use `Passport::loadKeysFrom(storage_path())`
  to force Passport to load a single key pair from the central storage path for all tenants.
- Helps avoid tenant-specific key path issues in Passport v12.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant