- Issue created by @rajeshreeputra
- Merge request !47Draft: Resolve #3544968 "Support Key module integration with SearchStax." → (Open) created by rajeshreeputra
Currently, the SearchStax module stores Analytics URL and Global analytics key within the configuration. The Drupal Key module provides a mechanism to manage secrets securely by storing keys outside of Drupal config (e.g., in environment variables or external files) and providing them when needed.
This module should enhance security in this module by integrating with the Drupal Key module. This integration will ensure sensitive Analytics URL and Global analytics key are not stored directly in the module's configuration but are instead securely retrieved via the Key module on demand.
Active
1.0
General code