reidmorrison / symmetric-encryption

Symmetric Encryption for Ruby Projects using OpenSSL
https://logger.rocketjob.github.io/
Apache License 2.0
476 stars 92 forks source link

GCP kms not working it latest gems #150

Open rcalosso opened 3 years ago

rcalosso commented 3 years ago

Environment

Provide at least:

Expect to generate config file

Actual Behavior

Stack trace, crash cause module / class name is wrong

Pull Request

Will work on PR, but looks like line 67 above is missing ::, should read

self.class::KMS::KeyManagementService::Client.new(timeout: 2, credentials: credentials)

reidmorrison commented 3 years ago

If Google have changed their API, when you submit the PR, please verify that the new changes are backward compatible with the previous Google API version.