Code Monkey home page Code Monkey logo

belem's People

Contributors

grahamar avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

belem's Issues

integration with aws CLI as an external process?

Thanks for sharing this solution. I have been experimenting with aws-credentials-broker and with a few modifications I was able to get this to work through belem.

As an proposed enhancement, AWS has the ability to to define profiles which invoke an external process to retrieve credentials as documented here.

It would be really great if support could be added for this workflow. Essentially you would invoke the CLI specifying the correct AWS_PROFILE and under the covers if there credentials are missing or expired, AWS will launch belem. Once the registered broker returns the credentials to belem, it seems that belem only then needs to print those credentials to stdout like so:

{
  "Version": 1,
  "AccessKeyId": "an AWS access key",
  "SecretAccessKey": "your AWS secret access key",
  "SessionToken": "the AWS session token for temporary credentials", 
  "Expiration": "ISO8601 timestamp when the credentials expire"
}  

I'm a novice go developer but I could possibly try experimenting and add support for another command.

Thanks

Doug

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.