Integration with Key module
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3543859. -->
Reported by: [rajeshreeputra](https://www.drupal.org/user/3418561)
Related to !54
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Currently, the Acquia SEO Content Insights module stores API key and shared secret within the configuration, which poses security risks. 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.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>This module should enhance security in this module by integrating with the Drupal Key module. This integration will ensure sensitive API key and shared secret are not stored directly in the module's configuration but are instead securely retrieved via the Key module on demand.</p>
issue