-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple [aws] clients #37
Comments
Hey @d-kononov, I added support in the gem 'kms_encrypted', github: 'ankane/kms_encrypted', branch: 'client' And class User < ApplicationRecord
has_kms_key client: Aws::KMS::Client.new
end If you use This adds a bit of complexity, so I'm not sure if it'll be merged. |
Thank you @ankane ! |
Thanks! |
Hi @ankane -- I also would eventually like to have support for multiple AWS clients for a bring-your-own-KMS. Is there anything further you'd like to see before merging this PR? |
Hi, like @jshirley, I think this would be a great addition. What I did: |
Would be awesome to see this merged. With new data regulations being adopted, there's a lot of demand for "bring your own key" nowadays, and this feature is a perfect fit for that use case. How would we be able to help with that? |
Hey @ankane ! It would be great to have a such feature. Is it planned? Are there any blockers preventing its implementation ? I can help on that :) |
Any chance you can add support for multiple [aws] clients?
Use-case: project has multiple AWS configs (credentials) and record should be encoded/decoded with using specified AWS config/client.
eg: pass AWS config/client as a param to
has_kms_key
method.The text was updated successfully, but these errors were encountered: