Drupal is a registered trademark of Dries Buytaert

Pantheon SI Tokens exposes Pantheon Secure Integration (SI) PHP constants as Drupal tokens, enabling seamless integration with site configuration, content, and third-party modules.

For more information on Pantheon's Secure Integration, see Pantheon Secure Integration.

Provides token-based access to Pantheon Secure Integration tunnel ports with:

  • Configurable token conversion via admin interface at /admin/config/system/pantheon-si-tokens.
  • Automatic token generation that converts Pantheon SI PHP constants to lowercase token format
    • Example: PANTHEON_SOIP_LDAP becomes [pantheon_si_tunnel:pantheon_soip_ldap]
  • Full Token integration for use anywhere tokens are supported throughout Drupal.
  • Feeds Enhanced integration when combined with the feeds_enhanced_tokens submodule:
    • Use SI tunnel tokens directly in Feed configurations for environment-aware imports.
    • Example: 127.0.0.1:[pantheon_si_tunnel:pantheon_soip_ldap]

Common Use Cases:

  • Feed sources: Configure Feeds to access firewalled data via Pantheon SI tunnels.
  • Custom integrations: Developers can expose their PANTHEON_SOIP port values to any other token-aware client or configuration.

Security Note: For security, this module only accepts constants that:

  • Start with the PANTHEON_SOIP_ prefix
  • Contain integer values in the valid port range (1-65,535)

This prevents accidental exposure of sensitive PHP constants and ensures the module is used only for its intended purpose: Pantheon Secure Integration tunnel ports.

Note: This is a Beta release intended for community testing. Please report any bugs or feature requests to the issue queue.

Activity

Total releases
4
First release
Jan 2026
Latest release
1 month ago
Release cadence
1 day
Stability
0% stable

Release Timeline

Releases

Version Type Release date
1.0.0-beta3 Pre-release Jan 8, 2026
1.0.0-beta2 Pre-release Jan 6, 2026
1.0.0-beta1 Pre-release Jan 6, 2026
1.0.x-dev Dev Jan 6, 2026