The Key module (https://www.drupal.org/project/key) gives users the ability to store api keys in any method of storage they prefer and ideally out of the database to make them safer.

This patch allows anyone with the key module installed to have a dropdown of the keys to select instead of the basic form input for the key value. It also hooks the retrieval to pull from key should the value be available there.

Comments

Cellar Door created an issue. See original summary.

perignon’s picture

Nice! Thanks for the contribution. I would like to port this back to D7 as well.

  • Perignon committed de2bf11 on 8.x-1.x authored by Cellar Door
    Issue #2915575 by Cellar Door: Support for Key module to store API keys
    
perignon’s picture

Version: 8.x-1.x-dev » 7.x-1.x-dev
Status: Active » Patch (to be ported)

Need to be ported to D7 too.

nicksanta’s picture

Issue tags: +key-integration

Added key-integration tag to track integration efforts across contrib.

perignon’s picture

This still needs to get into D8 version...

perignon’s picture

Assigned: Unassigned » perignon
lambic’s picture

Looks like this is done for the main module, but not for the sendgrid_integration_reports submodule, should I open a separate issue for that or provide a patch in this issue?

lambic’s picture

I put it in a separate issue: https://www.drupal.org/project/sendgrid_integration/issues/3201043 because the patch includes a bunch of other refactoring.

perignon’s picture

Status: Patch (to be ported) » Closed (outdated)