GithubHelp home page GithubHelp logo

Comments (11)

thaidn avatar thaidn commented on August 20, 2024

Thanks for the report.

@SalusaSecondus, you seem to work for AWS. Do you know what happened here? Thanks!

from tink.

SalusaSecondus avatar SalusaSecondus commented on August 20, 2024

@thaidn Glad to help here. I'm having some trouble navigating this project. Can you point me to where the AWSKMS client is actually constructed? I'll still keep poking, but that would save me some time.

from tink.

thaidn avatar thaidn commented on August 20, 2024

Thanks SalusaSecondus!

The AWS client is in https://github.com/google/tink/blob/master/java/src/main/java/com/google/crypto/tink/integration/awskms/AwsKmsClient.java.

from tink.

SalusaSecondus avatar SalusaSecondus commented on August 20, 2024

I ended up finding it. Thank you.

That construction will always point to a "default" region and in many cases that will just be "us-east-1". My recommendation is that you look at how we create clients in the KmsMasterKeyProvider in the aws-encryption-sdk-java.

Specific things which are likely to be helpful:

from tink.

thaidn avatar thaidn commented on August 20, 2024

Thanks SalusaSecondus.

While this looks easy to fix, and I'll fix it in our code, if the region is encoded in the key arn, why doesn't AWS KMS library automatically choose the right region?

from tink.

SalusaSecondus avatar SalusaSecondus commented on August 20, 2024

Generally the Java clients are relatively thin and are configured to speak with exactly one region. Having one automatically figure out the proper region in general is a hard problem. This is made worse because not every call has an explicit region in it (unlike the encrypt call). How should the client behave then?

For calls without an explicit region, should it go to the configured one at creation or the region specified by the most recently used explicit region? Now when you make a bunch of calls, some might go to different regions, and thus the results won't properly work between the calls. I agree that it causes confusion and can create issues, but we don't (currently) have a better way to handle this. Our regions are very strongly isolated and we do require developers to know which region they are interacting with.

from tink.

thaidn avatar thaidn commented on August 20, 2024

Thanks for the explanation. For KMS the region is embedded in the key arn, thus I thought that it should be easy for the KMS client to figure out which region it should talk to. But what you said made me realize that this is KMS specific, and might not work for other services.

@kevur fixing this turns out is harder than expected because one of our existing clients is using a quite old version of AWS SDK. I'm upgrading them now, but it might take a few more days. Sorry for the delay!

from tink.

k3vur avatar k3vur commented on August 20, 2024

@thaidn no problem or pressure whatsoever, I was able to have a hacky workaround for now (I'm on a groovy project, and groovy makes accessing the private AWSKMS client easier than it should be...). But thank you for your quick response and effort! Makes me more confident in having chosen google tink, and I look forward to not having to rely on said hacky hack.

from tink.

thaidn avatar thaidn commented on August 20, 2024

Thanks for choosing Tink. Just for your information, though Tink started as a personal project of the initial maintainers, we now have a dedicated team working full time on it (and Wycheproof). Our goal is to help everyone use crypto correctly everywhere. So if there's anything we can do, please let us know.

from tink.

thaidn avatar thaidn commented on August 20, 2024

Just a quick update: we may not be able to fix this post 1.2.0 launch. I still haven't figured out how to upgrade the AWS KMS client library in our internal repository.

I'll keep you posted on my progress.

from tink.

thaidn avatar thaidn commented on August 20, 2024

Please use https://github.com/google/tink/releases/tag/v1.2.1 which should fix this issue. Sorry again for the long delay.

from tink.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.