Problem/Motivation
\Drupal\encrypt_kms\Plugin\KeyProvider\AwsKmsKeyProvider::deleteKeyValue() does not pass the correct argument type to $this->secretStorage->delete()
Steps to reproduce
Try calling this method. I need to do it on a project where I'm setting the key from a source other than \Drupal\encrypt_kms\Plugin\KeyType\KmsDataKeyType::generateKeyValue()
Proposed resolution
Fix the code.
Remaining tasks
None
User interface changes
None
API changes
None
Data model changes
None
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3482249-2.patch | 588 bytes | alexpott |
Issue fork encrypt_kms-3482249
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
alexpottComment #4
alexpottA patch for composer patches.
Comment #5
krystalcode commentedPatch works.