Git Product home page Git Product logo

Comments (6)

twmb avatar twmb commented on June 24, 2024 2

@gengjie segmentio's code retreives an aws.Credentials, which itself has AccessKeyID, SecretAccessKey, and SessionToken.

I show the same thing in my example here:

val, err := sess.Config.Credentials.GetWithContext(ctx)

The benefit with this example is that the credentials can be loaded on every authorization. By requiring Credentials as input, I'm not sure the segmentio code handles key rotation / token refreshes.

from franz-go.

twmb avatar twmb commented on June 24, 2024

Yep, can do! I saw your comments on the commit I linked in the aws-msk-iam-auth issue. I think User-Agent is usually not included in the signing token.

From my reply on your comment:

Sure, I can add this. I can default to a package constant, and allow overrides via an optional UserAgent override in the Auth struct. I'd have to dig in again into the Java source to find the default UA, unless you have a better suggestion.

from franz-go.

twmb avatar twmb commented on June 24, 2024

I pushed 8900120, which should address this. Will tag in v0.7.5.

from franz-go.

gengjie avatar gengjie commented on June 24, 2024

@twmb Actually sorry to you, what you implement was totally different from java. And I think you misunderstood @grsubramanian . For java configuration, user doesn't need to configure awsAccessKey. If possible please reference here - segmentio/kafka-go@fcb5875 to implement. Thanks!

from franz-go.

gengjie avatar gengjie commented on June 24, 2024

And also suggest to reopen this issue, Thanks!

from franz-go.

gengjie avatar gengjie commented on June 24, 2024

@twmb Thanks! Got it!

from franz-go.

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.