Coder Social home page Coder Social logo

mrmurnst / aws-agent Goto Github PK

View Code? Open in Web Editor NEW

This project forked from liath/aws-agent

0.0 0.0 0.0 2.4 MB

Chrome/Firefox WebExtension for enabling AWS resource access via Sigv4

License: MIT License

JavaScript 82.18% Makefile 5.53% HTML 12.29%

aws-agent's Introduction

AWS Agent

Allows your browser to access resources that require AWS Sigv4 signatures.

Inspired by carsales/aws-request-signer.

Compiling

Preferably, you should use npm >= 5.7.1 so you can use npm ci. This ensures you have the exact same files (and is much faster). Otherwise, install with npm i.

npm ci
npm run package

Main differences from carsales/aws-request-signer:

  • They basically rolled their own signature process vs I rely on mhart's excellent libraries. In Firefox (and presumably elsewhere) I use mhart/aws4fetch to handle all heavy lifting. This has the perk of using the browser's WebCrypto API, which should be insanely faster. In Chrome I use mhart/aws4 because Chrome still has zero async support for webRequest.onBeforeSendHeaders.
  • This extension triggers on all AWS services instead of filtering for one.
  • Instance Profile credentials aren't supported as I have no use for them but could be added fairly trivially.
  • Chrome/Firefox/Opera support.

aws-agent's People

Contributors

github-actions[bot] avatar dependabot-preview[bot] avatar liath avatar dependabot[bot] avatar mrmurnst avatar topikachu avatar

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.