Open
Description
The following error occurred when using gcp-kms with Ruby3.1.
(cloudkms_v1/service.rb:867:in `decrypt_crypto_key': wrong number of arguments (given 3, expected 1..2) (ArgumentError))
google-apis-cloudkms_v1
https://github.com/googleapis/google-api-ruby-client/blob/main/generated/google-apis-cloudkms_v1/lib/google/apis/cloudkms_v1/service.rb#L867
The decrypt_crypto_key argument looks like this.
On the other hand, the yaml_vault is as follows, and the arguments do not match.
Lines 184 to 187 in 5adf5b1
I think it will work if I delete , {}
, can you fix it?
Incidentally, google-api-client is deprecate, so it would be helpful if you could migrate to google-apis-cloudkms_v1 as well
Thanks.
Metadata
Assignees
Labels
No labels