Giter Site home page Giter Site logo

Comments (5)

normj avatar normj commented on August 17, 2024 1

This is one of the awkward parts of the SDK where we have a circular dependency because the AWS credentials resolution and types all exist in Core but some credential profiles require AWSSDK.SecurityToken or other service clients but those service clients depend on core. This runtime dependency based approach is how we have solved the problem so far. I suspect we will need to revisit this design in the future as we try and add support for things like Native AOT which isn't going to like this approach.

from aws-dotnet-extensions-configuration.

normj avatar normj commented on August 17, 2024

AWSSDK.SecurityToken is a runtime optional dependency needed depending on how the AWS credentials are sourced to the application. In fact this is the state for all of our libraries. We don't automatically include it because most production use cases don't need it and users want to keep the deployment bundles small. Especially for Lambda use cases.

With EKS credentials are often sourced via web identity token provided by EKS to the container. To turn the web identity token into AWS credentials AWSSDK.SecurityToken is used. Lambda uses environment variables and ECS and EC2 use a local network lookup so AWSSDK.SecurityToken is not needed in those use cases.

from aws-dotnet-extensions-configuration.

peabnuts123 avatar peabnuts123 commented on August 17, 2024

Thanks for the clarification @normj. Is there anywhere this is documented? Could this not be perhaps a more intentional error, perhaps containing this information? As it stands, it looks more like a bug that the application has a missing dependency rather than something intended.

from aws-dotnet-extensions-configuration.

ashishdhingra avatar ashishdhingra commented on August 17, 2024

This is perhaps a documentation issue and Readme needs to document possible dependency on AWSSDK.SecurityToken.

from aws-dotnet-extensions-configuration.

github-actions avatar github-actions commented on August 17, 2024

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

from aws-dotnet-extensions-configuration.

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.