Coder Social home page Coder Social logo

Comments (2)

iHiD avatar iHiD commented on August 18, 2024

Propono still supports it. I'm wondering if the AWS gem has changed in a recent release. We have this working in production using aws-sdk-core (3.7.0) and aws-sdk-sns (1.1.0). Could you try locking your Gemfile to those and seeing if that fixes it for you please?

I'm going to be snowed under for the next week or two, but that might give you a fix for now.

from propono.

dougal avatar dougal commented on August 18, 2024

Closed by #102.

Hashes can now be passed to the SQS and SNS client initialisation. This allows support for the recommended Aws::InstanceProfileCredentials approach to using IAM profiles.

Example:

role_credentials = Aws::AssumeRoleCredentials.new(
  client: Aws::STS::Client.new,
  role_arn: "linked::account::arn",
  role_session_name: "session-name"
)

client = Propono::Client.new do |config|
  config.aws_options = {
    credentials: role_credentials       
  }
end

from propono.

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.